body {
  background-color: #e7e6cb;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smalltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.textblock {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.textbold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.textblockbold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.tablelight {
  background-color: #ffffff;
}
.tabledark {
  background-color: #e7e6cb;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #660033;
}

pre {
  border : 1px solid #cccccc;
  background-color : white;
}

a:link {
  color: #104517;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #104517;
  font-weight: bold;
  text-decoration: underline;
}

a:active {
  color: #104517;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}


