a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #FFCC00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana, "MS Sans Serif";
	font-weight: normal;
	color: #FFFFFF;
	font-size: x-small;
	margin: 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-transform: lowercase;
	color: #FFFFFF;
	margin: 5px;
	font-weight: normal;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
}
h4 {
	font-family: "Trebuchet MS", Arial, Verdana, "MS Sans Serif";
	font-size: small;
	color: #CC99FF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
