Okay, here's teh thing. I'm redoing this site, and from what I can remember, this CSS sheet is completely and utterly redundant. It *is* for being used with a content management system, so I understand trying to be thorough, but does the a.link a.visited a.hover or whatever have to be defined as the same damn thing for every element? I'll upload the sheet here, or at least some of it, and tell me what you think if you wouldn't mind...
thanks as always.
-grats
/* default link styles */
a, a.link { color: #003;
text-decoration: none;
}
a.visited { color: #336;
text-decoration: none;
}
a.hover { color: #fc3;
text-decoration: underline;
}
/* body styles */
BODY { color: #000;
font-family: Verdana, Helvetica, sans;
text-decoration: none;
}
.TWbody { font-family: Verdana, Helvetica, sans;
color: #000;
background-color: #fff;
margin-top: 10px; margin-left: 4px; margin-right: 4px; margin-bottom: 4px;
}
.TWpopbody { font-family: Verdana, Helvetica, sans;
color: #000;
background-color: #fff;
margin-top: 4px; margin-left: 4px; margin-bottom: 4px; margin-right:0px;
}
/* text styles */
.text { font-family: Verdana, Helvetica, sans;
font-size: 9pt;
color: #000;
text-decoration: none;
}
.text a:hover, a.text:hover { font-family: Verdana, Helvetica, sans;
font-size: 9pt;
color: #fc3;
text-decoration: underline;
}
.textfff { font-family: Verdana, Helvetica, sans;
font-size: 9pt;
color: #fff;
font-weight: normal;
text-decoration: none;
}
.textfc3, .textfc3 a, .textfc3 a.link { font-family: Verdana, Helvetica, sans;
font-size: 9pt;
color: #fc3;
font-weight: normal;
text-decoration: none;
}
.section { font-family: Verdana, Helvetica, sans;
color: #600;
font-weight: bold;
font-size: 11pt;
}
.section a, .section a.link, .section a.vlink { font-family: Verdana, Helvetica, sans;
color: #fc0;
font-weight: bold;
font-size: 11pt;
text-decoration: underline;
}
.section a:hover { font-family: Verdana, Helvetica, sans;
color: #fc3;
font-weight: bold;
font-size: 11pt;
text-decoration: underline;
}
.sectionfff { font-family: Verdana, Helvetica, sans;
color: #fff;
font-weight: bold;
font-size: 11pt;
}
.sectionfff a, .sectionfff a.link, .sectionfff a.vlink { font-family: Verdana, Helvetica, sans;
color: #fff;
font-weight: bold;
font-size: 11pt;
text-decoration: underline;
}
.sectionfff a:hover { font-family: Verdana, Helvetica, sans;
color: #000;
font-weight: bold;
font-size: 11pt;
text-decoration: underline;
}
.textLC { font-family: Verdana, Helvetica, sans;
font-size: 9pt;
color: #000;
font-weight: bold;
text-decoration: none;
font-variant: small-caps;
}
.textLC a:hover, a.textLC:hover { font-family: Verdana, Helvetica, sans;
font-size: 9pt;
color: #fc0;
font-weight: bold;
text-decoration: none;
font-variant: small-caps;
}