body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 10px;
	list-style-image: url(assets/gh_bullet_star_yellow.jpg);
}
td, p, div {
	color: #b2b2b2;
	list-style-image: url(assets/gh_bullet_star_yellow.jpg);
	font-size: 10px;
	line-height: 1.5;
}
ul {
	list-style-type: none;
	list-style-image: url(assets/gh_bullet_square_gray.jpg);
	line-height: 2;
}
a:link {
	color: #7e7e7e;
	text-decoration: underline;

}
a:visited {
	color: #7e7e7e;
	text-decoration: underline;

}
a:hover {
	color: #feda3e;
	text-decoration: none;
}
a:active {
	color: #7e7e7e;
	text-decoration: underline;
}
#footer {
	font-size: 10px;
	width: 350px;
	margin: 20px 0 0px 0px;
	border-top: 1px solid #464441;
	padding-top: 10px;
}
#footer p {
	margin: 0 0 6px 0;
	color: #464441;

