/*this is the hover for the link text*/
A:hover{
	color : red;
	text-decoration: underline;}
A:link{
	color : Yellow;
}
A:visited{
	text-decoration: none;
	color : Yellow;
}
A:hover{
	color : Red;
	text-decoration : underline;
}
A:link{
	text-decoration: none;
}


