﻿.background {
	background-color: #E0FEE7;
}
.body {
	font-family: ariel
	color: darkblue;
}
.menu-style {
	vertical-align: middle;background-color:
}
.welcome {
	font-size: 20pt;
}
.logo {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 24pt;
	text-align: center;
	background-color: #008000;
	color: #FFFFFF;
}
.section-heading {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 20pt;
	text-align: center;
	background-color: #008000;
	color: #FFFFFF;
}
.doc-text {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	color: #000000;
}
.datetitle {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 15pt;
	text-align: center;
	background-color: #89A3E5;
	color: #FFFFFF;
}
.copyright {
	font-size: 8pt;
	color: black;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #cee0e6;
	text-decoration: underline;
}
