body {
color: #5E6C3E;
background-color: #B6BC98;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 { font-size: 110%; } 
h2 { font-size: 100%; }
h3 { font-size: 80%; }
p {font-size: 90%}

add {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}


ul
{
list-style-type:none;
margin:15;
padding:5;
font-size: 90%;
}


a:link,a:visited
{
display:block;
color:#5E6C3E;
background-color:#F0EEE3;
width:140px;
text-align:left;
vertical-align: top;
padding:4px;
text-decoration:none;
}

a:hover,a:active
{
background-color:#E4EAD9;
text-decoration:none;
}

a:link, a:visited, a:hover, a:focus 
{ 
color:#5E6C3E; 
border-bottom: 1px dotted #5E6C3E; 
}

#text1
{
padding: 20px 20px 20px 20px;
margin-left: 10px;
height: 500px;
}

#footer1
{
padding: 10px 10px 10px 10px;
border-top: 1px dotted #8c8c8c;
background-position: center;
font-size: 60%;
vertical-align: middle;
text-align:center;

}