.graytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}
.yellowtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF600;
}
.whitetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
body {
	color: #CCCCCC;
	background: #000000;
	font-size: small;
	line-height: 1.2em;
}
p {
	margin: 12px;
}
h1 {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
	font-size: x-large;
	color: #CCCCCC;
}
