

/* layout */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}



/* text */

td {
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #858270;
	text-align: left;
	vertical-align: top;
}

.copyright {
	color: #858270;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
	padding: 26px 0 80px 0;
}

.fineprint {
	color: #AAA06F;
	padding: 26px 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}



/* links */

a, a:active, a:visited {
	color: #AAA06F;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
