body {
  background: #6699FF; 
  font-family: "Arial";
  font-size: 12px;
  color: #000000;
  }
  
td.headline {
 font-size: 18px;
 color:#000000;
 background: #3366CC;
 font-family: Arial;
 font-weight:bold;
 }

td.main {
 font-size: 18px;
 color:#000000;
 background: #3366CC;
 font-family: Arial;
 font-weight:bold;
 }
 
A:link.main {
 color:#000000;
  text-decoration: "none";
  }

A:visited.main {
 color:#000000;
  text-decoration: "none";
  }

A:active.main {
 color:#000000;
  text-decoration: "none";
  }

A:hover.main {
  color: #000099;
  font-family: "Arial";
  text-decoration: "underline";
  }
  
td.text {
 font-size: 12px;
 color:#000000;
 background: #6699FF;
 font-family: Arial;
 }

td.navigation {
 font-size: 12px;
 color:#000000;
 background: #3366CC;
 font-family: Arial;
 }

A:link.navigation {
 color:#000000;
  text-decoration: "none";
  }

A:visited.navigation {
 color:#000000;
  text-decoration: "none";
  }

A:active.navigation {
 color:#000000;
  text-decoration: "none";
  }

A:hover.navigation {
  color: #000099;
  font-family: "Arial";
  text-decoration: "underline";
  }
  
td.underline {
 font-size: 12px;
 color:#000000;
 background: #3366CC;
 font-family: Arial;
 }

td.disclamer {
 font-size: 10px;
 color:#3366CC;
 background: #6699FF;
 font-family: Arial;
 }

