@charset "utf-8";

a:link { 
	text-decoration:none;
	color : white;
}
a:visited {
	text-decoration: none;
	color : white;
}
a:hover {
		color : white;
}
a:active { 
	color : yellow;
	font-weight: bold; 

}
