body {
	background-color: #333333;
}
body,td,th {
	color: #FFCC00;
	font-family: Lucida Sans;
}
.style1 {
	font-size: 42px;
	font-weight: bold;
}
.style2 {font-size: 18px; font-weight: bold; }
.style3 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}