BODY {
  background: #ffffff url(bgbw.jpg) no-repeat top left;
  font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 12pt;
  color: #111111;
  padding-top: 20px;
  padding-left: 100px;
}

H1 {
  font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 20pt;
  margin-bottom: 0px;
  color: #239142;
}

H2 {
  font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 15pt;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #000;
}

UL {
  margin-top: 5px;
}

TD {
  font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 12pt;
  color: #111111;
}

DIV.content {
  width: 75%;
  clear: both;
}

.language {
  font-size: 10pt;
  padding-bottom: 15px;
}

TABLE { margin: 0; }

A:link { color: black; text-decoration: underline; }
A:visited { color: black; text-decoration: underline; }
A:active { color: black; text-decoration: underline; }
A:hover { color: #555555;}
