body {
  font-family: sans-serif;
  background-color: rgb(0,0,0);
  color: rgb(200,255,100);
  width: 800px;
  }

h1 {
  font-size: 24pt;
  font-weight: bold;
  }

h2 {font-size: 18pt;
  font-weight: bold;
  }

a:link {
  background-color: rgb(0,0,0);
  color: rgb(204,255,102);
  }

a:visited {
  background-color: rgb(0,0,0);
  color: rgb(102,255,0);
  }

a:active {
  background-color: rgb(0,0,0);
  color: rgb(0,255,255);
  }

a:active:hover {
  background-color: rgb(0,0,0);
  color: rgb(0,255,255);
  }

img {
  border: none;
  }

.verify a {
  font-weight: bold;
  color: rgb(255,153,0);
  text-decoration: none;
  background-color: rgb(140,140,140);
  padding: 1px;
  }

.verify a:active:hover {
  color: rgb(255,200,0)
  }

.verify a:visited {
  color: rgb(255,153,0);
  }

.verify a:visited:hover {
  color: rgb(255,200,0);
  }

.info-text {
  color: rgb(200,255,100);
  }



.titlecell {vertical-align: middle; width: 100%}
.labelcell {font-style: italic; width: 15%}
.headercell {font-style: italic; font-size: large}
.title {  font-size: 24pt; font-weight: bold;}
.welcome {font-size: large; font-style: italic}
.navigation {text-align: right; width: 100%}
.footer {vertical-align: bottom; width: 100%}
.maintext {vertical-align:top; text-align: left; width: 100%}
.mainlink {font-size: small; vertical-align: bottom; text-align: center; width: 25%}
img.floatleft {float:left; padding: 5px;}
img.floatright {float:right; padding: 5px;}
.signature {font-size: large; font-style: italic; font-weight: bold; color: rgb(102,255,0);}

