body {
  color: black;
  font-family: arial, helvetica, sans;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  background-image: url(images/bgtexture_3_pale.gif);
}

a {
  text-decoration: none;
}

a:link {
  color: blue;
  text-decoration: none;
}

.menustyle {
  display: block;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  background-color: white;
}

.titlebox {
  display: block;
  font-weight: bold;
  color: white;
  background-color: black;
}

.mainsection {
  display: block;
}

.mainsectionheader {
  text-align: center;
  display: block;
  background-color: black;
  font-weight: bold;
  color: white;
  font-size: 14px;
}

.subsection {
  padding: 5px;
  display: block;
  border: 1px solid black;
  background-color: white;
}

.subsectionheader {
  background-color: blue;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
  color: white;
}

td {
  font-size: 12px;
}

