body {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	color: white;
	background: black;
}
h1 {
	font-family: inherit;
	font-size: 225%;
	font-weight: bold;
	color: #FF9933;
	background: transparent;
	text-align: center;
}
h3 {
	display: none;
}
table {
	border: none;
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
	text-align: center;
}
a {
	color: #336699;
	background: transparent;
}
a:hover {
	color: #FF9933;
	background: transparent;
}
table.navbar {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}
table.navbar td {
	border: 2px solid white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
