body {
  margin: 0;
  font: 18px/1.5 sans-serif;
  background-color: #fff;
}

a          { color: #3399CC; text-decoration: none; }
a:link     { color: #3399CC; text-decoration: underline; }
a:visited  { color: #3399CC; text-decoration: underline; }
a:active   { color: #3399CC; text-decoration: underline; }
a:hover    { color: #3399CC; text-decoration: underline; }

#content {
  width: 802px;
  position: absolute;
  margin-left: 25px;
  margin-top: 25px;
  padding-bottom: 25px;
}

#applet {
  border: 1px solid #aaa;
}
#applet canvas {
  display: block;
  padding: 0;
  margin: 0;
}

h1 {
  margin:0;
  padding:0;
}

table.header {
  border-collapse: collapse;
}
table.header tr, table.header td {
  padding: 0;
  margin: 0;
}
table.header h6 {
  font-weight: normal;
  margin: 0;
}