@charset "utf-8";
/* CSS Document */
<style type="text/css">

/* Space between list items */
li {
 
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
body {
	background-color: #333333;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style1 {
	color: #666666
}
.style2 {color: #999999; }
.style3 {font-size: 12px}
.style4 {font-size: 9px}
.style5 {
	font-size: 10px;
}
.style6 {
	font-size: 18px;
	font-weight: bold;
}
</style>

