.links{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;	
	color:  Blue ;
	text-decoration: none;
	}
a.links:hover{
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: White ;
	height:auto;
	background-color:#FF6600;
	text-decoration: underline;
	}

.links1{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;	
	color: #000000;
	text-decoration: none;
	}
a.links1:hover{
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-size: 13px;
	color: #FFFFFF;
	background-color:#0066FF;
	text-decoration: underline;
	}