
body {
  background-color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

p.date {
  color: #FFFFFF;
  font-size: 80%;
}

td.main {
  background: #FFFFFF url(../images/main/main/bot.jpg) no-repeat bottom;
}

td.main h2 {
  font-size: 120%;
}

td.main p {
  font-size: 90%;
}

td.main a {
  color: #000000;
}

td.right {
  background: #FFFFFF url(../images/main/right/bot.jpg) no-repeat bottom;
}

td.right h2 {
  font-size: 120%;
}

td.bottom {
  background: #FFFFFF url(../images/main/bottom/bot.jpg) no-repeat bottom;
}

td.bottom h2 {
  font-size: 120%;
}

td.bottom p {
  font-size: 90%;
}

td.bottom a {
  color: #000000;
}

p.copyright {
  color: #FFFFFF;
  font-size: 80%;
}

label.whoaddress {
  display: block;
  float: left;
  width: 90px;
}


