html, body 
     {background: #eee url(brown005.jpg);
     width: 798px;
     margin: 10 auto;} 

a, a:visited 
             {color:darkgreen; 
             text-decoration:none; 
             font-weight: bold;}
 
a:hover, a:active 
         {color:green; 
         text-decoration:underline;}
 
h1 {font-style:normal; 
   font-weight: bold; 
   font-size: 11px; 
   margin:0 20 0 10; 
   color: darkgreen; }
 
p 
  {margin: 0 0 10 0; 
  text-align: justify;} 

ol, ul 
       {margin: 5 0 5 0;}

.menu 
      {position: relative; 
      top:-150; 
      left:-20; 
      text-align:right;} 

.menu a 
        {font-family: Tahoma; 
        font-size:12px; 
        color: green; }

.page 
      {width: 798px;
      margin: 0;
      background-color: #c7fabd; 
      border-top: #318b1f 4px solid;
      border-left: #318b1f 4px solid; 
      border-right: #318b1f 4px solid;} 

.paragraph 
           {position:relative; 
           top:-40px; 
           font-size: 12px; 
           font-family: Tahoma; 
           text-align: left; 
           margin: 0 40 0 40;} 

.footer 
        {background: #f9e182 url(footer.png) right no-repeat; 
        color: green; 
        position: relative;
        height: 50px;
        width:798px; 
        line-height: 50px; 
        text-align: left; 
        font-size: 10px; 
        padding:0;
        margin:0;
        border-bottom: #318b1f 4px solid;
        border-top: #318b1f 4px solid;}

