.textlinks {
  text-align: center;
  font-size: small;
}

BODY {
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif, "MS Sans Serif", Geneva;
  background-color: black;
  color: white;
}

LI {
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px;
}

.smaller {
  font-size: smaller;
}

ADDRESS {
  text-align: center;
  font-size: x-small;
}

.justify {
  text-align: justify;
  padding-top: 2pt;
  padding-right: 2pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  font-weight: bold;
  font-size: smaller;
}

.x-small {
  font-size: x-small;
}

.event {
  font-weight: bold;
  font-style: italic;
}

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;
}

a.announce_red, a.announce_red:visited {
	color: red;
}
a.announce_red:active  {
  color: blue;
}