
body {
     font-family: Verdana, Geneva, Arial, sans-serif;
	 font-size: 13px;
}

/* order is important             */
/* order: .link, .visited, .hover */

a {	color: #fea017 }

a:link { color: #fea017 }

a:visited { color: #666666 }

a:hover {
	color: #fea017;
	text-decoration: none;
}

a.footer {
	color: #000;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.hova a:hover img {	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	filter: alpha(opacity=70);	
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
