h2 {
	text-align: center;
}
.divmain {
	border: 1px solid black; 
	width: 800px; 
	text-align: left; 
	margin: 0 auto;
}
.divlinks {
	border-bottom: 1px solid black; 
	width: 100%; 
	font-weight: bolder;
	font-family: Ariel, sans-serif;
	font-size: .9em;
	text-align: justify;
}
.logobar {
	border-bottom: 1px solid black; 
	text-align: left;
}
.content {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 7px;

}
.linktable {
	border: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: -3px;
	margin-bottom: -3px;
}
.links a:link, .links a:visited, .links a:active {
	background-color: white;
	color: #009543;
	text-decoration: none;
	margin: 0 auto;
	padding-right: 5px;
	padding-left: 5px;
}

.links a:hover {
	background-color: #009543;
	color: white;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer {
	border-top: 1px solid black;
	margin-bottom: 2px;
}
.footer p {
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	font-size: .75em;
}
