/* CSS Document */

<style type="text/css">
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #00002D;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #cc66ff;
	scrollbar-3dlight-color: #cc66ff;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #cc66ff;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td		{ font-size : 11; color : #cc66ff; }
a:link,a:active,a:visited { color : #ffffff; }
a:hover		{ text-decoration: underline; color : #54FF11; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

-->
</style>