a{
	font-size : 12 px;
	text-decoration : none;
	font-style: oblique;
	color: White;
	
}
a:hover{
	font-size:12 px;
	background-color: White;
	font-style: oblique;
	text-decoration : none;
        color: blue;
	
}
