body {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	color: #DDD5A3;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Georgia;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #CEA726;
	font-weight:normal;
	}
a:visited {
	text-decoration: none;
	color: #CEA726;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #CF4C00;
	font-weight:normal;
}
a:active {
	text-decoration: none;
	color: #CF4C00;
	font-weight:normal;
}

.headline 
{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	color: #F3DA5D;
	font-weight: bold;
}