A new layout, and I’m as lost as you.

Yeah, I don’t know what’s up with the links. Some do what I want them to, others don’t. What I want them to do is have the background turn to color #9E3D2C, while the text turns to color #FFFFCC. However, only some of them will. This is the code I used [it’s CSS]:

A:link {
color:#9E3D2C;
font-size:xx-small;
font-family:verdana;
font-style:normal;
font-weight:bolder;
text-decoration:none;
cursor:default;
font-variant:normal;
text-transform:normal;
}
A:hover {
color:#FFFFCC;
font-size:xx-small;
font-family:verdana;
font-style:normal;
font-weight:normal;
text-decoration:none;
cursor:default;
font-variant:normal;
text-transform:normal;
background-color:#9E3D2C;
}
A:active {
color:#9E3D2C;
font-size:xx-small;
font-family:verdana;
font-style:normal;
font-weight:bolder;
text-decoration:none;
cursor:default;
font-variant:normal;
text-transform:none;
}
A:visited {
color:#9E3D2C;
font-size:xx-small;
font-family:verdana;
font-style:normal;
font-weight:bolder;
text-decoration:none;
cursor:default;
font-variant:normal;
text-transform:none;
}

Hopefully it shows up. Let’s test!

Yes. Of course, it is within style tags, in the head section. If anyone can help me out with this, it would be gr-eat. You could leave help in the tagboard, or email me. [remove IHATESPAM]

Yeah. That’s all.