@charset "utf-8";
/* CSS Document */

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #ffffff;
}



a:link {color:#ff3399;}
a:visited {color: #ffcccc;}
a:active {color: #ff3399;}


img { border-style: none }


