BODY {
	background-color: Black;
	}
	
:link	 {
	Color : #ffff99 ;
	Text-Decoration : underline;
	background: transparent;
	}
	
:active	 {
	Color : #ccffcc ;
	Text-Decoration : none;
	background: transparent;
	}
	
:visited	 {
	Color : white ;
	Text-Decoration : none;
	background: transparent;
	}

A:FOCUS {
	color: Red;
	text-decoration: none;
	background-color: transparent;
	}
	
A:hover	 {
	Color : red ;
	Text-Decoration : none;
	background: transparent;
	}
	
.head1 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color : White;
}
	
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	}
	
TD {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
	}

DIV {
	background-color: transparent;
	}










