BODY {
  background: #CCCC99;
  font-family: Arial;
  font-size: 14px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

A {
  color: #CCCC99;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

A:hover {
  color: #00CC00;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

TD.main {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  font-weight: normal;

}

TD.header {
  font-family: Arial;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  color: #006600;
  font-weight: bold;

}

TD.navigation {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  font-weight : bold;
  
}

A.footer { 
  font-family: Arial;
  font-size: 11px;
  color: #009900;
  font-weight: bold;
}

A.footer:hover {
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
}