body {
	margin: 0px 0px 0px 0px;
	background-color: black;
}

a:link { 
	color: blue; 
	text-decoration: none;

}
a:visited { 
	color: blue; 
	text-decoration: none;

}
a:hover {
	color: red; 
	text-decoration: none;
} 


