/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
}
a {
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight:normal;
}
h2 {
	font-size: 14px;
	color: #FF9900;
	font-weight:normal;
}
.style1 {color: #CCCCCC}
.style2 {color: #FF9900}

.r {color:red}
.r:link {color:red}
.r:hover {color:#ff9900}
.r:visited {color:red}

.s {color:white}
.s:link {color:white}
.s:hover {color:red}
.s:visited {color:red}