A {
	text-decoration : none;
	color :  #FFFFFF;
	background-color: none;
	font-weight : bold;
}

A:Hover {
	text-decoration : none;
	color : red;
	background-color: none;
	font-weight : bold;
}

