body {
  font-family: "Arial";
  padding: 10px;
}

a:link    { color: #33f; text-decoration: none; }
a:visited { color: #33f; text-decoration: none; }
a:active  { color: #33f; text-decoration: underline; }
a:hover   { color: #33f; text-decoration: underline; }

#top {
  font-size: 16px;
  text-align: center;
  clear: left;
  margin-bottom: 10px;
}
#main {
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
}
.months {
  font-size: 14px;
  line-height: 140%;
}
.title {
  clear: both;
  font-size: 24px;
  font-weight: bold;
  line-height: 56px;
}
.description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px; 
}

#bottom {
  font-size: 16px;
  text-align: center;
  clear: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

img, iframe {
  margin-top: 10px;
  margin-bottom: 10px;
}
