BODY {
  color: black;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

UL.news {
  list-style-position: outside;
  list-style-type: none;
  padding: 2px;
}

#title {
  display: none;
}

#menu {
  display: none;
}

#content {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
}

#events table {
  border: 1px solid black;
  border-collapse: collapse;
}

#events td, th {
  padding: 2px;
}

#copyright {
  display: none;
}

H1 {
  font-weight: bold;
  font-size: 36pt;
}

H2 {
  font-weight: bold;
  font-size: 16pt;
}

H3 {
  font-weight: bold;
  font-size: 14pt;
}

H4 {
  font-weight: bold;
  font-size: 12pt;
}

A:link {
  color: green;
}

A:visited {
  color: green;
}

A:hover {
  color: light-green;
}

A:active {
  color: green;
}

IMG {
  border: 0px;
  vertical-align: middle;
}

TH {
  text-align: left;
}
