html,body {
	background-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-arrow-color: #999;
	scrollbar-track-color: #000;
}
.subhead {   /*  blue head text  */
	font-size: 14px;
	color: #aaa;
	font-family: verdana;
}
.txt {   /*  normal text  */
	font-family: verdana;
	font-size: 11px;
	color: #999;
}
.txt2 {   /*  grey bold big text  */
	font-family: Tahoma;
	font-size: 11pt;
	color: #999;
	font-weight:bold;
}
.txt3 {   /*  grey head text  */
	font-family: Verdana;
	font-size: 13px;
	color: #999;
}
.advert {   /*  small info text  */
	font-family: Verdana;
	font-size: 11px;
	color:#161616;
}
.copyright {   /*  footer  */
	font-family: Verdana;
	font-size: 10px;
	color:#444;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

<!-- remove default links' style -->
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

<!-- for specific links' style / diff classes / might have more classes to go.. -->

A:link.medialink { text-decoration: none; color:#999; font-family: Verdana; font-size: 11px;}
A:visited.medialink { text-decoration: none; color:#999; font-family: Verdana; font-size: 11px;}
A:active.medialink { text-decoration: none; color:#999; font-family: Verdana; font-size: 11px;}
A:hover.medialink { text-decoration: none; color:#ddd; font-family: Verdana; font-size: 11px;}

A:link.otherslink { text-decoration: none; color:#CCC; font-family: Verdana; font-size: 11px;}
A:visited.otherslink { text-decoration: none; color:#CCC; font-family: Verdana; font-size: 11px;}
A:active.otherslink { text-decoration:none; color:#CCC; font-family: Verdana; font-size: 11px;}
A:hover.otherslink { text-decoration: none; color:#FFF; font-family: Verdana; font-size: 11px;}

A:link.copyrightlink { text-decoration: none; color:#444; font-family: Verdana; font-size: 10px;}
A:visited.copyrightlink { text-decoration: none; color:#444; font-family: Verdana; font-size: 10px;}
A:active.copyrightlink { text-decoration: none; color:#444; font-family: Verdana; font-size: 10px;}
A:hover.copyrightlink { text-decoration: none; color:#666; font-family: Verdana; font-size: 10px;}