a 	{	
	color: #000000;
	text-decoration: none
	}

a:hover {  
	color: #FF0000; 
	text-decoration: none
	}

a2 	{	
	color: #000000;
	text-decoration: underline
	}

a2:hover {  
	color: #FF0000; 
	text-decoration: none
	}





.style 	{
	color: #FFFFFF;
	}

.style:hover {
	color: #000000;
	text-decoration: none
	}

.styleA {
	color: #005AA4;
	text-decoration: none;
}

.styleB {
	color: #808080;
	text-decoration: none;
	font-size: 12px;

}

input.inputCity {
	width: 76px;
	height: 18px;
	border: 1px solid #275680;
	margin: 0px;
}
