
body {
	
     	font-family: Verdana;
	font-size: 9px;
              
	font-style: normal;
	font-weight: normal;
	letter-spacing:normal;
	color: #0F0F0F;
        background: transparent;
	}

	
a img {	
	border: 3px solid #F71000;
	filter: alpha(opacity=90); opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: 0,8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 7px;
}


a:hover img {
	border: 3px solid #FFA738;
	filter: alpha(opacity=90); opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: 1;

	border-radius: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 7px;
	}

