body {
  background: #ffffee;
  color: #cc0000; 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

div.banner {
  background: #dd0000; color: #ffffee
  border: none;
  width: 100%;
  padding: 0px;
  text-align : center;
}

div.banner h1 {
  background: #dd0000; color: #ffffee;
  font-weight: bolder; font-size: 20pt; 
}

div.mainbody h1 {
  background: #ffffee; color: #cc0000;
  font-weight: bolder; font-size: 20pt; 
}

div.mainbody h2 {
  background: #ffffee; color: #cc0000;
  font-weight: bolder; font-size: 14pt; 
}

div.mainbody h3 {
  background: #ffffee; color: #cc0000;
  font-weight: bolder; font-size: 12pt; 
}

div.mainbody p {
  background: #ffffee; color: #000000
  border: none;
  width: 100%;
  text-align : left;
  font-size: 10pt;
}

div.mainbody address {
  background: #ffffee; color: #000000
  border: none;
  width: 100%;
  text-align : left;
  font-size: 10pt;
}

div.mainbody ul li {
  background: #ffffee; color: #000000
  border: none;
  width: 100%;
  text-align : left;
  font-size: 10pt;
}

div.mainbody p b {
  background: #ffffee; color: #cc0000
}

A:link { color: #000080; text-decoration: none }

A:visited { color: #800080; text-decoration: none }

A:active { color: #dd0000; text-decoration: none }


