a:link { color: black; text-decoration: underline }
a:active { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: #6D6D74; text-decoration: none }

a.menu:link { color: white; text-decoration: none }
a.menu:active { color: white; text-decoration: none }
a.menu:visited { color: white; text-decoration: none }
a.menu:hover { color: white; text-decoration: underline }

a.babes:link { color: white; text-decoration: none }
a.babes:active { color: white; text-decoration: none }
a.babes:visited { color: black; text-decoration: none }
a.babes:hover { color: #F2DE59; text-decoration: underline }

a.adult:link { color: red; text-decoration: none }
a.adult:active { color: yellow; text-decoration: none }
a.adult:visited { color: red; text-decoration: none }
a.adult:hover { color: red; text-decoration: underline }


BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	scrollbar-base-color: #CC9900; 
	scrollbar-arrow-color: #000000;
	scrollbar-DarkShadow-Color: #333333; 
}
H1 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 10pt;
	color : black
}