@charset "UTF-8";
/* CSS Document */

a:link { 
color: white; 
background-color: black;
text-decoration: none;
border: none; 

}
a:visited { 
color: white; 
background-color: black;
text-decoration: none;
border: none; 

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

