a.menu:active {color:black}
a.menu:visited {color:white}
a.menu:link {color:white}
a.menu:hover {color:black}
a.menu {font-size:24px;}
a.active:active {color:black}
a.active:visited {color:white}
a.active:link {color:white}
a.active:hover {color:black}
a.active {font-size:24px;}
a.mail:active {color:black}
a.mail:visited {color:grey}
a.mail:link {color:black}
a.mail:hover {color:grey}
a.mail {
	font-size: 16px;
	font-family:times new roman;
}
a.mailhead:active {color:black}
a.mailhead:visited {color:grey}
a.mailhead:link {color:black}
a.mailhead:hover {color:grey}
a.mailhead {
	font-size: 36px;
	font-family:times new roman;
	text-align: center;
}
.heading {
	font-size:36px; 
	font-family:times new roman;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
body {
background: #222;
}
.footer {
	font-size: 14px;
	font-family:times new roman;
	text-align: center;
}

.main {
	padding-left: 18px;
	padding-right: 18px;
}

.container {
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
	height: auto;
	background-color: #eee;
}

.container img {
	margin-left: 60px; 
	margin-right: 60px;
}

.navigation {
	background-color: #555;
	border: 3px outset #555;
	padding: 0;
	width: 100%;
}

.navigation td {
	width: 20%;
	border: 1px inset #555;
	padding: 0;
	text-align: center;
	font-family:times new roman;
}

.navigation a {
	text-decoration: none;
	display: block;
}

.navigation a.active, .navigation a:hover {
	background-color: #eee;
	color: #000;
}

.title {
	background-color: #fff;
	padding-top: 25px;
}

.title img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.liststart {
	font-size:24px;
}
.subheading {
	font-size:22px; 
	font-family:times new roman;
	margin-top: 1px;
	margin-bottom: 15px;
	text-align: center;
}