@charset "iso-8859-1";

body {
	margin: 0;
	background-color: #000;
	text-align: center;
}

.bodytext {
	color: #e6e6e6;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

a:link {
	color: #e6e6e6;
	text-decoration: none;
}

a:visited {
	color: #e6e6e6;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.footer {
	text-align: center;
	text-decoration: none;
}

#nav ul {
font-family: "Times New Roman", Times, serif;
text-align: center;
text-decoration: none;
font-size: 1.1em;
list-style-type: none;
float: none;
display: inline;
}

#nav li {
display: inline;
}

#nav li a {
text-decoration: none;
margin-right: 40px;
}

#nav li a:link, #midrow li a:visited {
}

#nav li a:hover {
color: #999999;
}

.bodytext a:link, .bodytext a:visited {
color: #999999;
}

.bodytext a: hover {
color: #e6e6e6;
}

