body
 {
  background-color: #dad7a4;
 }

p,li  
 {
  font-size: 90%; 
  color: #000000;
  font-family: Arial, sans-serif;
  text-align: justify;
 }

p.center 
 {
  font-size: 90%; 
  color: #000000;
  font-family: Arial, sans-serif;
  text-align: center;
 }

a
 {
  font-weight: bold;
  color: #5c2802;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

a:hover 
 {
  text-decoration: underline;
 }

.ep 
 {font-weight: bold;
  font-style:italic; 
  font-size: 100%; 
  color: #5c2802; 
  font-family: Arial, sans-serif;
  text-align: justify;
 }

.title 
 {font-weight: bold; 
  font-size: 80%; 
  color: #5c2802; 
  font-family: Arial, sans-serif;
  text-align: center;
 }

.mail 
 {font-weight: bold; 
  color: #5c2802; 
  font-family: Arial, sans-serif;
  text-decoration: none;
 }

mail:hover 
 {
  text-decoration: underline;
 }


