@charset "utf-8";
body {
	background-color: #333333;
}
.intro {
	position: absolute;
	left: 23%;
	top: 15%;
	right: auto;
	bottom: auto;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
