body {
	background-color: #FF6;
	font-family: "Comic Sans MS", Arial, sans-serif;
	margin: 5px;
	padding: 5px;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #00F;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p, td {
	font-size: small;
	font-weight: normal;
	color: #000000;
}
a {
	color: #00F;
	font-weight: normal;
}
a:hover {
	color: #000000;
}


h2 {
	font-size: x-large;
	font-weight: bold;
	color: #00F;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: normal;
	color: #00F;
}
.nav a {
	font-size: medium;
	font-weight: normal;
	color: #00F;
	text-decoration: none;
	margin: 3px;
	display: block;
	text-align: center;
	padding: 2px;
	border: thin solid #39C;
}
li {
	font-size: small;
	padding: 2px;
}

.nav a:hover {
	color: #FF9;
	text-decoration: underline;
	background-color: #39C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.nav {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


.small {
	font-size: x-small;
}

th h4     {
	font-size: medium;
	color: #39C;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
}
.border {
	border: 1px solid #000000;
}
.leftline {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #39C;
}
.address {
	font-size: small;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #39C;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
	text-align: center;
}

.bottomline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #39C;
}

