﻿/* CSS layout */
#masthead {
	background-position: center;
	font-size: 36pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
	padding: 20px 10px 20px 10px;
	margin: 0px 10px 5px 10px;
	background-image: url('barbane.gif');
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
}
#top_nav {
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-style: inherit;
	border-bottom-width: medium;
	border-bottom-color: #006666;
	font-family: "Times New Roman", Times, serif;
	border-top-style: inherit;
	border-top-width: medium;
	border-top-color: #006666;
	color: #006666;
}
#container {
	min-width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #006633;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
}

#page_content {
	font-size: 21px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
}
#footer {
	border-width: medium;
	border-color: #006666;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	border-top-style: inherit;
	border-bottom-style: inherit;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #006666;
}
<style type="text/css">
a {
	color: #006666;
}
a:visited {
	color: #C0C0C0;
}
a:hover {
	color: #009999;
}
</style>
