body {
   background-color:  #989936;
   font-family: Georgia;
   color: Black;
   font-size: 81%;
   margin: 0px;
   padding: 0px;
}
a:link{color:#004F68; }
a:visited{color: #3C7900; }
a:hover{color:#FFA500;text-decoration:none ; }
a:active{color: #004F68; text-decoration: none }
h2 {
   font-family: Trebuchet MS;
   font-size:1.3em;
   color: #8B4513;
   margin: 0px;
   font-weight: bold;
}
#h2 {
   font-family: Trebuchet MS;
   font-size:1.1em;
   color: White;
   margin: 0px;
   font-weight: bold;
}
h3 {
   font-family:georgia;
   font-size:0.9em;
   color: #005301;
   font-weight: bolder;
   margin: 0px;
}
h4 {
   font-family:georgia;
   font-size:0.9em;
   color: Black;
   font-weight: bold;
   margin: 0px;
}
h5 {
		font-family:georgia;
		font-size:12pt;
		color: White;
		
}

#dashedline {
   border-top: #DCD8A5 1px dashed;
}