@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.text{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:justify;
	}
