body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF66;
}
.highlight {
	font-weight: bold;
	color: #FF0000;
}

p, li, td {
	font-size: 14px;
}
table table p {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: xx-large;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: large;
	text-align: center;
	color: #FF0000;
}
h3 {
	font-size: medium;
	color: #FF0000;
}
.maintext {
	padding-right: 30px;
	padding-left: 30px;
}
.motto {
	font-size: large;
	color: #FF0000;
	text-align: center;
	padding-top: 10px;
}


.nav a {
	font-size: medium;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 2px;
	padding: 2px;
	border: thin solid #FF0000;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: underline;
}
.small {
	font-size: small;
}
.address {
	margin-top: 5px;
	margin-bottom: 5px;
}

