body {
	background-color: #333333;
	color: #999999;
}
p {
	color: #999999;
}
div {
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
h5 {
	color: #CCCCCC;
}

