@charset "utf-8";
body {
	background-color: #333333;
}
.style2 {
	color: #999999;
	font-size: 43px;
}
.style3 {color: #CCCCCC}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}