@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #3C0;
}
a:active {
	text-decoration: none;
	color: #09F;
}
a:link img {filter:none;}
a:visited img {filter:none;}
a:hover img {filter:alpha(opacity=60);}