
BODY {
	background-color : #000000;
	font color : #339933;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 70%;
}

A:link { text-decoration:none; color:#33FF00}, 

A:visited { text-decoration:none; color:#666666}, 

A:hover { text-decoration:underline; color:#FFFFCC}

A:active {color : #666600;	text-decoration : none} 
		   
A.dark:link {
	color : #0A0F68;
	text-decoration : none;
}

A.dark:visited {color : #800841; text-decoration : none}

A.dark:active {color : #7d83a7;	text-decoration : none}

A.dark:hover {color : #0338BD;	text-decoration : underline}


