body {
  background-color="white";
  font-family:Tahoma,Arial,Helvetica;
  font-size:10pt;
}

div {
  width:600px;
  padding:10px;
  text-align:center;
  color:black;
  font-family:Tahoma,Arial,Helvetica;
}

div.main {
}

div.maintitle {
  font-size:24pt;
  padding:20px;
  font-weight:bold;
  font-align:center;
}

div.maintext {
  text-align:left;
}

div.subpages {
  padding:2px;
  text-align:center;
  font-size:10pt;
  font-weight:bold;
}

div.visitor {
  background-color:#99CCFF;
  font-size:10pt;
}

div.image {
  font-align:center;
}

div.footer {
  font-size:8pt;
  font-align:center;
  font-style:italic;
}

div.darkred { 
  background-color:#FF8888;
  font-weight:bold; 
}
div.lightred { 
  background-color:#FFC4C4;
  font-size:10pt;
  width:200px;
}
div.darkgreen { 
  background-color:#75DB73;
  font-weight:bold; 
}
div.lightgreen { 
  background-color:#A4EAA2;
  font-size:10pt;
}
div.darkyellow { 
  background-color:#FCD700;
  font-weight:bold; 
}

td {
  font-size:10pt;
  padding:2px;
}
td.whiteonblack {
  background-color:black;
  color:white;
}
td.green {
  text-align:center;
  background-color:#A4EAA2;
} 
td.grey {
  background-color:#E0E0E0;
}
td.white {
  background-color:#FFFFFF;
}


