body {
  margin: 20px;
  background: #ffffff;
}
img {
  border-width: 0;
}
a:hover {
  background-color:#FFCC33;
}
.bold { font-weight: bold; }
.darkred {
  color:#CC0033;
}
.toptext {
  font-size:80%;
  text-align:center;
}
.validator {
  font-size:60%;
  text-align:right;
}
#top p {
  font-size:80%;
}
#main p {
  font-size:100%;
}
#last p {
  font-size:80%;
}
h1 {
  font-size:150%;
  color: #993333;
  font-weight: bold;
}
h2 {
  font-size:125%;
  color: #993333;
  font-weight: bold;
  border-bottom: solid thin #993333;
}
h3 {
  font-size:100%;
  color: #993333;
  font-weight: bold;
  border-bottom: solid thin #993333;
}
#main ul {
  font-size:100%;
}
#last ul {
  font-size:80%;
}
li {
  margin-bottom: 8px;
}
