A {
	
	text-decoration :  none;
	font-family: Arial, Helvetica, sans-serif;
	color: #A9A9A9;
	font-size: 20px;
	border: 2;
	font-weight: bold;
}
A:HOVER {
	color :  White;
	display :  block;
	background-color : #1133AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

