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

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

table.centertable tr td { 

  vertical-align: top;
  
}

td.language_cell {
  text-align: right; 
  
  padding:3px;
}

td.zoom_cell {
  text-align: left; 
  
  padding:3px;
}

select { 
 background-color: #6C6B6A; 
 color: #ffffff; 
 vertical-align: top;
}


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%;
}




