I am trying to make the bottom links on my site have smaller font then the rest of my site... I can't figure it out though...
I have this at the top of my style sheet:
This is what I am trying to use for the bottom links:
Thanks for any help
I have this at the top of my style sheet:
HTML:
body,td { font-family:Verdana,Arial,Helvetica; color: #000000; font-size: 10pt; }
A:link { text-decoration: underline; color: #000099; font-size: 10pt; font-weight: bold; }
A:visited { text-decoration: underline; color: #000000; font-size: 10pt; font-weight: bold; }
A:hover { text-decoration: underline; color: #0099ff; font-size: 10pt; font-weight: bold; }
This is what I am trying to use for the bottom links:
HTML:
.bottomlinks {
A:link text-decoration: underline; color: #000099; font-size: 8pt;
A:visited text-decoration: underline; color: #000000; font-size: 8pt; font-weight: bold;
A:hover text-decoration: underline; color: #0099ff; font-size: 8pt; font-weight: bold;
}
Thanks for any help








