GSXdan
04-28-2004, 12:35 PM
a:link { color: #000000; text-decoration: underline}
a:visited { color: #CC0000; text-decoration: underline}
a:hover { color: #990000; text-decoration: underline}
.menulink1:link { color: #990000; text-decoration: none}
.menulink1:visited { color: #990000; text-decoration: none}
.menulink1:hover { color: #CC0000; text-decoration: none}
BODY{scrollbar-face-color:#990000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#CC3333;
scrollbar-shadow-color:'#1C1C1C';
scrollbar-highlight-color:'#CC3333';
scrollbar-3dlight-color:'#1C1C1C';
scrollbar-darkshadow-Color:'#1C1C1C';}
.menu { color: #CC0000; font-family: Arial; font-size: 14px; fontsize: 15px; font-weight: bold}
.copyright { color: #FFFFFF; font-family: Verdana; font-size: 12px; fontsize: 13px; font-weight: bold}
.normal { color: #666666; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: none}
.side { color: #000000; font-family: Verdana; font-size: 10px; fontsize: 11px; font-weight: none}
.date { color: #FF6600; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: none}
.bold { color: #990000; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: bold}
how would i make it so that the link color in the copyright class be a different color than the default link color? I tried putting link: #FFFFFF inside the copyright definition, but it didnt work... what am i doing wrong?
TIA ^dan
a:visited { color: #CC0000; text-decoration: underline}
a:hover { color: #990000; text-decoration: underline}
.menulink1:link { color: #990000; text-decoration: none}
.menulink1:visited { color: #990000; text-decoration: none}
.menulink1:hover { color: #CC0000; text-decoration: none}
BODY{scrollbar-face-color:#990000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#CC3333;
scrollbar-shadow-color:'#1C1C1C';
scrollbar-highlight-color:'#CC3333';
scrollbar-3dlight-color:'#1C1C1C';
scrollbar-darkshadow-Color:'#1C1C1C';}
.menu { color: #CC0000; font-family: Arial; font-size: 14px; fontsize: 15px; font-weight: bold}
.copyright { color: #FFFFFF; font-family: Verdana; font-size: 12px; fontsize: 13px; font-weight: bold}
.normal { color: #666666; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: none}
.side { color: #000000; font-family: Verdana; font-size: 10px; fontsize: 11px; font-weight: none}
.date { color: #FF6600; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: none}
.bold { color: #990000; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: bold}
how would i make it so that the link color in the copyright class be a different color than the default link color? I tried putting link: #FFFFFF inside the copyright definition, but it didnt work... what am i doing wrong?
TIA ^dan