body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3D3D3D;
}
.txtHeaderYellow {
	font-weight: bold;
	color: #f7ad00;
}
.txtItalic {
	font-style: italic;
	font-size: 0.8em;
}
a:link, a:visited, a:active {
	color: #3d3d3d;
	text-decoration: underline;
}
a:hover {
	color: #f7ad00;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}