body {
	background-color: #000000;
}

a:link { color: #FFFF00; }
a:visited {	color: #FFFF00;	}
a:active { color: #FFFF00; }
a:hover { color: #FFFFFF; }

a.nav {
	font: normal 12px/16px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	
}

td.frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}

a.frontpage {
	font-size:22px;
}

.content {
	font: normal 14px/16px  Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 20px 20px;
	background-color: #000000;
	border: 1px solid #000000;
}

.content p {
	line-height: 130%;
	margin-bottom: 10px;
}

.content h1 {
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.content h2 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}

.content h3 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}

.content li {
	line-height: 125%;
}

