html,body,td,th {
	font-family: Courier, Helvetica;
	font-size: 12px;
	background-color: black;
    color: white;
}
a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #aaaaaa;
}
a:active {
	text-decoration: none;
	color: #aaaaaa;
}

a.menu { font-size: 130%; color: white; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Courier, Helvetica;
}
h1 {
	font-size: 14px;
	color: #aaaaaa;
}
h2 {
	font-size: 13px;
	color: #aaaaaa;
}
h3 {
	font-size: 12px;
	color: #aaaaaa;
}