QUOTE(Kris Guerra @ Jun 23 2005, 08:02 PM)

BG affects the bg(inner borders basically) lol duh

border is what affects the outside
I altered the line to equal the color I wanted with no effect. The screenshot above was made using this CSS snip:
.borderwrap,
.borderwrapm
{
background: #0A2288;
border: 1px solid #0A2288;
padding: 0
margin: 0
}
Found it:
.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited,
.subtitlediv a:visited,
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover
{
background: #0A2288;
color: #0A2288;
text-decoration: none;
}
Thanks!