BODY {
  color: #000000;
  background: url(images/bg2.jpg) #C6C6C6;
  background-attachment: fixed;
  background-color: EADED2;
  margin-left: 32pt;
  margin-right: 32pt;
}

H1 {
  font-family: Comic Sans MS, sans-serif;
  font-weight: bold;
  font-size: 24pt;
}

H2 {
  font-family: Comic Sans MS, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0;
}

H3 {
  font-family: Comic Sans MS, sans-serif;
  font-size: 12pt;
  font-weight: normal;
}

.head {
  text-align: center;
}

.navigation{
  text-align: center;
  font-size: 8pt;
}

P, DL, DT, DD, LI, UL, TH, TD, BLOCKQUOTE {
  font-family: Comic Sans MS, sans-serif;
  font-size: 12pt;
}

.small {
}

.nospace {
  margin-top: 0;
}

A:link {
  color: #0000FF;
}

A:visited {
  color: #0000cc;
}

A:active {
  color: #0000FF;
}

A:hover {
  text-decoration: none;
}