body { 
background : #2FA42C;
 margin:0;
} 

a {
 color : #F5AC43;
      }
a:link, a:visited, a:active
{
text-decoration : none;
color: #F5AC43;
}
a:hover
{
color: #CDFFBB;
}

.firstletter {
background-color: transparent;
color: #F5AC43;
font-family: "Georgia", serif;
font-size: 30px;
font-style: italic;
font-weight: 900;
}

h1 {  
font-family : 'Georgia';  
font-size : 16px;
background-color: #20570F; 
color: #CDFFBB; 
border-bottom : 1px dotted #CDFFBB;  
text-align : left; 
letter-spacing : 3px; 
margin-right : 20px; 
margin-left : 20px; 
margin-top : 5px; 
}
 
#header{ 
margin-top : 0px;
width : 641px;
margin-left : auto; 
margin-right : auto; 
} 

#menu { 
 position : static;
 margin-top : 4px;
 font-family : Georgia;
 font-size : 20px; 
 text-transform : uppercase;
 text-align : center; 
 padding-left : 3px; 
 padding-right : 3px; 
 padding-top : 5px; 
 padding-bottom : 5px; 
 border-top: 0px; 
 border-bottom: 0px; 
 border-left : 0px; 
 border-right : 0px; 
 } 

#wrap{
width:641px;
margin-left:auto;
margin-right:auto;
background : #2FA42C;
}

.content{
background:#20570F;
padding : 10px; 
font: 12pt 'Georgia', sans-serif;
color:#CDFFBB;
text-align: justify; 
}

#footer{
background:#2FA42C;
padding:0px;
text-align:center;
font: 10pt 'Georgia', sans-serif;
color:#CDFFBB;
width:641px;
}