body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.header {
	background-color: #000000;
	background-image: url(images/logo.gif);
	height: 93px;
	width: 100%;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: top;
}
.content {
	width: 100%;
	text-align: left;
}
h1 {
	font-size: 10px;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.menu {
	font-size: 18px;
	list-style-type: none;
}
a {
	color: #FFFF00;
}
a:hover {
	color: #FFFFFF;
}
.town {
	width: 250px;
	border: 1px solid #FF0000;
	padding: 5px;
	font-size: 11px;
	float: right;
	text-align: left;
	background-color: #4F1A00;
	font-family: "Courier New", Courier, mono;
	color: #FFFF00;
}
h3 {
	font-size: 15px;
}
.numsmall {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.numbig {
	font-size: 36px;
}
.linkpart {
	font-size: 11px;
}
