@charset "utf-8";
.maintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCC;
	text-decoration: overline;
	background-color: #666;
}
#header {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	background-color: #333;
	font-family: "Times New Roman", Times, serif;
}
#navBar tr td {
	text-align: center;
	font-weight: bold;
	background-color: #666;
	font-size: 14px;
	color: #09F;
	text-decoration: underline;
}

