a:hover {
	text-decoration: underline;


}
a:link {
	text-decoration: none;
}
a:active {

	color: #FFFF00;
}
a:visited {


	color: #FFFFFF;
}
