/* CSS Document */

body {
	background-color: #000000;
	font-family: "MS Sans Serif", Tahoma, Arial;
	color: #999999;
	font-size: 12px;
}
h1 {
	font-family: "MS Sans Serif", Tahoma, Arial;
	font-size: 24px;
	color: #FFCC00;
}
.text {
	font-family: "MS Sans Serif", Tahoma, Arial;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}.textmini {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #996600;
}
strong {
	font-family: "MS Sans Serif", Tahoma;
	font-weight: bold;
	color: #FFCC00;
}
.textmini2 {
	font-family: "MS Sans Serif", Tahoma;
	font-size: 10px;
	color: #99CC00;
}

