
BODY {
  font-family: Verdana, Arial, Helvetica, Tahoma, Geneva, "MS Sans Serif", sans-serif;
  background-color: black;
  color: white;
}

ADDRESS {
  font-family: sans-serif;
  font-size: xx-small;
  font-style: italic;
  font-variant: normal;
  text-align: center;
  text-transform: none;
}

H1 {
  font-size: large;
}

TABLE {
  font-family: Verdana;
}

TD {
  font-family: Verdana;
}

.event {
  text-size: x-small;
  font-weight: bold;
  font-style: italic;
}

.smaller {
  font-size: smaller;
  font-weight: bold;
}

.red {
  color: red;
  font-weight: bolder;
}

.textlinks {
  text-align: center;
  font-size: small;
}

A {
  	text-decoration: none;
  color: #9999FF;
  background-color: black;
}

A:hover {
  	text-decoration: none;
  color: teal;
  background-color: black;
}

A:active {
  	text-decoration: underline;
  color: red;
  background-color: black;
}

A:visited {
  color: teal;
  text-decoration: none;
  background-color: black;
}
