body
{
  font-family: Verdana, Helvetica;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

a:link
{
  color: #bb1010;
  text-decoration: underline;
}
a:active
{
  color: #40aaaa;
  text-decoration: underline;
}
a:visited
{
  color: #408098;
  text-decoration: underline;
}
a:hover
{
  color: #000000;
  text-decoration: underline;
}

img
{
  border: 0px;
}

#header
{
  text-align: center;
  height: 180px;
}

#header .logo
{
  margin: 0px auto;
  margin-bottom: 20px;
}

#header .title
{
  text-align: center;
  font-weight: bold;
}

#container
{
  width: 640px;
  margin: 20px auto 0px auto;
  border: solid 1px black;
  padding: 20px;
}

#content pre
{
  background-color:#E0E0E0;
}

#footer
{
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.light_gray_bg
{
  background-color: #E0E0E0;
}

.float_left
{
  float: left;
}
