body
 {
   font-family:      courier new,helvetica,arial,sans-serif;
   background-color: #a7a168;
   color:            #000000;
 }

p
 {
   font-size: 100%;
 }
 
.large
 {
   font-size: 125%;
 }
 
.small
 {
   font-size: 75%;
 }

h1
 {
   font-size: 150%;
   text-align: right;
 }

a:link
 {
   color: #395120;
   text-decoration: none;
 }

a:visited
 {
   color: #333333;
   text-decoration: none;
 }

a:hover
 {
   color: #ffffff;
   text-decoration: none;
 }

a:active
 {
   color: #666666;
   text-decoration: none;
 }

th
 {
   text-align: left;
   vertical-align: bottom;
 } 

td
 {
   text-align: left;
   vertical-align: top;
 } 
  
.foot
 {
   text-align: center;
   vertical-align: middle;
 }
 
.head
 {
   text-align: right;
   vertical-align: middle;
 }
 
 .menu
 {
   text-align: center;
   vertical-align: top;
 }