body{
   bgcolor: #000000;
	text: #000000;
   color: #000000;
   margin:0pt;
   }
    
    .redhead
	{
	color : red;
	text-decoration: none;
	font-weight : bold;
	}
		readhead:hover
	{
	color : blue;
	text-decoration: underline;
	font-weight : bold;
	}
	
	A.whitehead
	{
	color : white;
	text-decoration: none;
	font-weight : normal;
	}
	A.whitehead:hover
	{
	color : #33FFFF;
	text-decoration: none;
	font-weight : bold;
	}
	
		A.bhead
	{
	color : black;
	text-decoration: none;
	font-weight : normal;
	}
	A.bhead:hover
	{
	color : black;
	text-decoration: none;
	font-weight : normal;
	}
	
	A.whiteongray
	{
	color : white;
	text-decoration: none;
	font-weight : bold;
	}
	A.whiteongray:hover
	{
	color : #99FFFF;
	text-decoration: underline;
	font-weight : bold;
	}
    
   A {
	color : #33FFFF;
	text-decoration: none;
	font-weight : bold;
	} 
	A:Hover
	{
	color : blue;
	text-decoration: underline;
	font-weight : bold;
	}
	
