
table.maintable {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  vertical-align: top;
  height: 565px;
  width: 990px;
}

table.centertable { 
  text-align: center;
  align: center;
  vertical-align: middle;
  
}

body {
  font-family: verdana, sans-serif;
  background: #000000;
  color: #DDDDDD;
}

a:link {
  color: #95DDFF;
  background: transparent;
}

a:visited {
  color: #AAAAAA;
  background: transparent;
}

a:hover {
  color: #BBDDFF;
  background: #555555;
}


a.menulink:hover {
  background: transparent;
}

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

