
ADDRESS {
  font-size: x-small;
  text-align: center;
  font-family: sans-serif;
}

OL {
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  text-align: justify;
}

body {
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  background-color: black;
  color: white;
}

.aligncenter {
  text-align: center;
}

TD {
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.smaller {
  font-size: x-small;
}

.event {
  text-size: smaller;
  font-style: italic;
  font-weight: bold;
}

.heading2 {
  text-size: smaller;
  text-align: center;
  font-weight: bolder;
}

.picblob {
  font-size: xx-small;
  float: left;
  text-align: center;
  padding-left: 4pt;
}

.pic3 {
  font-size: xx-small;
  text-align: center;
  width: 120px;
  clear: none;
  float: left;
  margin-right: 40pt;
  padding-left: 4pt;
}

P {
  text-align: justify;
}

.makeroom {
  float: left;
}

LINK {
  display: block;
}

IMG.image_padding {
  padding-top: 2pt;
  padding-right: 2pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  border-top: 2pt teal solid;
  border-right: 2pt teal solid;
  border-bottom: 2pt teal solid;
  border-left: 2pt teal solid;
}

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;
}
