a:link {  text-decoration: none; color: yellow; font-size: 12 px; }
a:active {  text-decoration: none; color: yellow; font-size: 12 px; }
a:visited {  text-decoration: none; color: yellow; font-size: 12 px; }
a:hover {  text-decoration: none; color: white; font-size: 12 px; }
a.gold:link {  text-decoration: none; color: red; font-size: 16 px;}
a.gold:active { text-decoration: none; color: red; font-size: 16 px; }
a.gold:visited { text-decoration: none; color: red; font-size: 16 px; }
a.gold:hover { text-decoration: none; color: white; font-size: 16 px; }
BODY {SCROLLBAR-FACE-COLOR: gold;
SCROLLBAR-HIGHLIGHT-COLOR: yellow;
SCROLLBAR-SHADOW-COLOR: black;
SCROLLBAR-3DLIGHT-COLOR: gold;
SCROLLBAR-ARROW-COLOR: black;
SCROLLBAR-TRACK-COLOR: yellow;
SCROLLBAR-DARKSHADOW-COLOR: gold;  overflow: auto; }
