/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
margin: 2px;
height: 100%;
background-color:#000000;
background-attachment: fixed;
scrollbar-arrow-color: #CC6699;
scrollbar-base-color: #000000;
scrollbar-face-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;}

.td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:8px;
	color: #FF3399;
	margin: 2px;
	height: 75%;
	letter-spacing: 2px;
	background-color: #000000;
	text-transform: uppercase;}
	
A:link, A:visited, A:active {color:#FF3399; font-weight:normal; text-decoration:none; cursor: default;}
A:hover {color:#FFFFFF; font-weight:bold; text-decoration: underline; cursor:help; background-color: #FF3399;}
