body, td {
	margin: 0;
	color: #FFFFFF;
	background: #000000;
	font-family: Courier, Courier New, monospace;
	font-weight: normal;
	font-size: 10px;
	line-height: 150%;
}

p {
	color: #FFFFFF;
	font-family: Courier, Courier New, monospace;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	text-align: left;
}

.header {
	font-size: x-large;
	text-align: center;
}

.description {
	margin: -0.3em;
	font-size: small;
	text-align: center
}

.title {
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	font-family: Courier, 'Courier New', monospace;
	font-size: medium;
	line-height: normal;
	letter-spacing: .3em;
}

.frontline {
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	font-family: Courier, 'Courier New', monospace;
	font-size: small;
	line-height: normal;
	letter-spacing: .1em;
}

.pagehead {
	margin: 0;
	padding: 3px;
	color: #000000;
	font-family: Courier, 'Courier New', monospace;
	font-size: 18px;
	font-weight:bolder;
	line-height: normal;
	letter-spacing: .1em;
	text-align:left;
}

a.nav:link {
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: none;
}
a.nav:active {
	color: #FF0000;
	text-decoration: none;
}

a:link { color: #FF0000; text-decoration: none;}
a:visited { color: #FF0000; text-decoration: none;}
a:hover { color: #666666; text-decoration: none;}
a:active { color: #FF0000; text-decoration: none;}

ul {
	list-style: none;
}

li {
	text-align:left;
}