A  {
	color : white;
	text-decoration : none;
	font-weight : bold;
}
A:Hover  {
	color : white;
	text-decoration : underline;
	font-weight : bold;
}