body
{ 
   	background : #A6D785;	
	top=margin: 0px;
	font-family: Verdana, Trebuchet, Arial, sans-serif;
}


a
	{
	text-decoration: underline;
	}

a:link		{color: #20b; }
a:visited	{color: #204; }
a:hover		{color: #03c; }
a:active	{color: #c0f; }


.navbar {
    padding: 4px;
    font-family: Verdana, Trebuchet, Arial, sans-serif;
    font-size: 14px;
}

.textarea {
    padding: 9px;
}

p.text {    
    font-size: 14px;
    color: black;
  }
  
 h3 { 
  color: black; 
  font-size: 16px;
  font-family: Verdana, Trebuchet, Arial, sans-serif;
 }

 h2 { 
  color: black; 
  font-size: 20px;
  font-family: Verdana, Trebuchet, Arial, sans-serif;
  line-height: .3 em; 
 }

 h1 { 
  color: black; 
  font-size: 24px;
  font-family: Verdana, Trebuchet, Arial, sans-serif;
 }


 li { 
    color: black; 
    font-size: 14px;  
 }
 
 b.text { color: black; }
 
 .topnav { 
   color: white;
   font-size: 14px;
 }
 a.topnav:link {color: white }     /* unvisited link */
 a.topnav:visited {color: white }  /* visited link */
 a.topnav:hover {color: white }   /* mouse over link */
 a.topnav:active {color: white }   /* selected link */   
 
 
 p.smaller{ 
 color: black;
 font-size: 12px;
 }
 
.copystyle { 
 color: black;
 font-size: 11px;
 margin-top: 0.5em;
 }
 
 div.imageright {
 
 float: right; 
 margin-left: 0.5em;
 
 }
 
.caption { font-size: 80%;
           font-family: Verdana, Arial, sans-serif;
           text-align: center; 
 }