body {
  background-color: #464646;
  color: #999;
  font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
  font-size: 9pt;
  margin: 18pt 0 0 18pt;
}

h1 {
  color: #fff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16pt;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12pt;
  margin-bottom: 8pt;
  margin-top: 18pt;
}

h3 {
  color: #fff;
  font-size: 9pt;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 10pt;
}

a {
  color: #999966;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

div#container {
  width: 640px;
}

