h2 {
	font-size: 16px;
	color: #FF9966;
}
h1 {
	font-size: 18px;
	color: #FFFF00
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

a:visited {
	text-decoration: none;
	color: #00CCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: 100;
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
body {
	background-color: #333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
.thispage {
	color: #FF0000;
}
strong {
	color: #FFFF99;
}
.copyR {
font-size: 10px
}

