
body {
    color:Darkslategray;
    background-color:Ivory;
    font-family: Comic Sans MS ,Arial, Helvetica, sans-serif;
#    font-size: 8pt;
}


h1 {
color: #87A019 ; font-size: 14pt; font-weight: bold; text-align: center
}

h3 {
color: #87A019 ; font-size: 8pt; text-align: center
}

hr {
    color: #87A019;
    background-color: #87A019;
    height: 1px;
    border-width: 0px; 
}
		
.menu2 {
    font-size: 9pt;
}

.menu2 b {
    font-size: 10pt;
    color: #87A019;
    text-decoration: underline;
}

#menu {
	padding: 3px;
	width: 90%;
	background: #87A019;
	border: 1px solid #F0F0E0;
	font-size: 12pt;
	font-family: Comic Sans MS ,Arial, Helvetica, sans-serif;
	text-align: center;
}
#menu a {
	padding: 3px;
	text-decoration: underline;
	color: ghostwhite;
	align: middle;
}
#menu a:hover {
	color: blue;
}
#menu .active a {
	color: papayawhop;
}


a:link {
color: #87A019 ; text-decoration: none
}
a:visited {
color: Gray ; text-decoration: none
}
a:active {
color: Red 
}
a:hover { color: Blue ; text-decoration: underline }

table {	border-collapse: collapse; }

td {  border: 1px solid #87A019; }

table.top { color: White ; font-size: 12pt }

#signature {
	background: Grey;
}

.copyright { font-size: 7pt; color: Gray ; text-align=center }

