 <style type="text/css">

	body 
	{
		background-color: black;
		margin:0px 0px 0px 0px;	
	}
	
</style>


A       { 
    text-decoration : none;
}

A:link {
	text-decoration: none;
	color: black;
 	font-weight: bold;
 	}
A:visited {
    text-decoration: none;
 	color: silver;
 	font-weight: bold;
 	}
     
A:hover {
     text-decoration: none;
     color: white;
     font-weight: bold;
     }    
     
     
A.black  { text-decoration: none;
     }

A.black:link {
 	text-decoration: none;
	color: red;
 	font-weight: bold;
 	}

A.black:visited {
    text-decoration: none;
 	color: silver;
 	font-weight: bold;
 	}
     
A.black:hover {
     text-decoration: none;
     color: white;
     font-weight: bold;
     }    