body { 
  behavior:url("/styles/csshover.htc");
  background-color: #000000;
  color: #5982ec;
  text-align: center;
}

table {
  width: 100%;
  height: 100%;
}

h1 {
  font-family: Tahoma, Arial, Helvetica;
  font-weight: bold;
  font-size: 24;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: Tahoma, Arial, Helvetica;
  font-weight: normal;
  font-size: 24;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: Tahoma, Arial, Helvetica;
  font-weight: normal;
  font-size: 20;
  margin: 0px;
}

h4 {
  font-size: 20;
  font-weight: normal;
  margin: 0px;
}

td {
  font-family: Arial, Helvetica;
  font-weight: bold;
  text-align: center;
  color: #5982ec;
}

input.textbox { 
  background-color: #000000;
  color: #5982ec;
  text-align: center;
}

input.button { 
  background-color: #5982ec;
  color: #000000;
  font-weight: bold;
}

#top { vertical-align: top; height: 15%; }
#center { vertical-align: center; height: 70%; }
#bottom { vertical-align: bottom; height: 15%; }
#graphic { border: 0; }
#leftpic { border: 0; }
#rightpic { border: 0; }

span { color: #59C2ec; }
span:hover { color:#FFFFFF; }

a:link { color: #5982ec; }
a:active { color: #5982ec; }
a:visited { color: #5982ec; }
a:hover { color: #FFFFFF; }

