A:link{
	color: Blue;
	text-decoration:none
}
A:visited {
	color: Blue;
	text-decoration:none
}
A:hover{
	color: Yellow;
	text-decoration: none
}
