body {
	background-color: #666666; color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif
}

a:link {
	color: #99FFCC;
}
a:visited, a:hover, a:active {
	color: #FF9900;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: FFFF66;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-style: normal;
	font-weight: bold;
	color: FFFFFF;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: FFFF66;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #00FF00;
}

.stuff a:link{
	color: #00FF00;
}
