body {
	background-color: #333333;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titles {
	color: #99FF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-position: left;


}
.menu {
font-family: georgia;
font-size: 1.0em; 
font-weight: 500;
color: #FFFF99;
}

.menu a:link {
color: #FFFF99;
text-decoration: none;
}

.menu a:visited {
color: #FFFF99;
text-decoration: none;
}

.menu a:hover {
color: #99FF00;
text-decoration: none;
}

.menu a:active {
color: #666666;
text-decoration: none;
}

