
/*
  Note for margins, padding, etc. 
  If there is only one value, it applies to all sides.
  If there are two values, the top and bottom margins are set to 
     the first value and the right and left margins are set to 
     the second.
  If there are three values, the top is set to the first value, 
     the left and right are set to the second, and the bottom 
     is set to the third. 
  If there are four values, they apply to the top, right, 
     bottom, and left, respectively.
*/

/* default override the coloring of the A tag */
A:link {
  color: #66aaff;
  background-color: black;
}
A:active {
  color: #ff9999;
  background-color: black;
}
A:visited {
  color: #ff9999;
  background-color: black;
}
A:hover {
  color: #ffff99;
  background-color: black;
}

.topleft { 
  position: absolute; 
  left: 5px;
  top: 5px;
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
}

.topright { 
  position: absolute; 
  right: 5px;
  top: 5px;
  text-align: right;
  margin-right: 0px;
  margin-top: 0px;
}


.tight{
  margin: 0px;
  border: 0px;
  padding: 0px;
}


body {
  color: white;
  background-color: black;
  font-family: Arial, sans-serif;
  padding: 0px;
  border: 0px;
  border-style: none;
  float: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0pt;
  margin-top: 0pt;
  font-size: 12pt;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

LI {
  font-family: Comic Sans MS, Trebuchet MS, Arial, serif;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

UL {
  font-family: Comic Sans MS, Trebuchet MS, Arial, serif;
  margin: 0px; 
  margin-left: 15px;
  padding: 0px; 
  padding-left: 20px;  
  border: 0px; 
  border-style: none; 
}

H1 {
  font-family: Comic Sans MS, Trebuchet MS, Arial, serif;
  font-size: 200%;
  margin: 10px;
  padding: 0px;
  border: 0px;
  margin-top: 0pt;
  margin-bottom: 5pt;
}
H2 {
  margin: 1px;
  padding: 1px;
  border: 1px;
  font-family: Comic Sans MS, Trebuchet MS, Arial, serif;
  font-size: 150%;
}
H3{
  font-family: Comic Sans MS, Trebuchet MS, Arial, serif;
  font-size: 120%;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
H4 {
  font-family: Comic Sans MS, Trebuchet MS, Arial, serif;
  font-size: 100%;
  margin-top: 0pt;
  margin-bottom: 0pt;
}


.copyright { 
  font-family: Gigi, Script MT Bold, cursive;
  font-size: 120%;
  margin-top: 0pt;
  margin-bottom: 0pt;
}


input[type="submit"] { margin-top: 10px; }
