body {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   color: black;
   background-color: #FFFFFF
}

a {
  color: black;
  background-color: #EBEBEB;
}

a:visited {
  color: black;
  background-color: #EBEBEB;
}

.menulink {
  color: black;
  background-color: #D6D6D6;
  font-weight: bold;
  vertical-align: middle;
  font-size : 10pt;
  text-decoration: none; 
}

a.menulink:visited {
  color: black;
  background-color: #D6D6D6;
  font-weight: bold;
  vertical-align: middle;
  font-size : 10pt;
  text-decoration: none;
}

a.menulink:hover {
  text-decoration: underline overline;
}

h1 {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  font-size : 15pt;
}

h2 {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  font-size : 12pt;
}

h3 {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  font-size : 10pt;
}

.sitetext {
  text-align: justify;
  font-size : 10pt;
}

.maintable {
  border-top-width : medium;
  border-bottom-width : medium;
  border-left-width : medium;
  border-right-width : medium;
}

.mainmenu {
  width: 180px;
  color: black;
  background-color: #D6D6D6;
}

.mainbody {
  color: black;
  background-color: #EBEBEB;
}

.mainmenuimgcell {
  color: black;
  background-color: #FFFFFF;
  border-top-width : medium;
  border-bottom-width : medium;
  border-left-width : medium;
  border-right-width : medium;
}

.mainmenuimg {
  height: 160px;
}

.mainmenump {
  height: 40px;
}

.header {
  vertical-align: top;
}

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

.paypal {
  text-align: center;
  font-size : 9pt;
}

.version {
  text-align: center;
  font-weight: bold;
  font-size : 9pt;
}

table.code {
  font-family: SunSans-Regular, sans-serif, Helvetica, Geneva, Arial;
  text-align: left;
  font-size : 10pt;
  color: black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #FFFFFF;
}