body {
   color: white;
   font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: small;
   background-color: #000000;
}

A:link {
   color: white;
   font-size: small;
   font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
   text-decoration: underline;
}

A:visited {
  color: ff33ff;
  font-size: small;
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  text-decoration: underline;
}

A:hover {
  color: yellow;
  font-size: small;
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  text-decoration: underline;
}

A:active {
   color: red;
   font-size: small;
   font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
   text-decoration: underline;
}

ul {
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  color: white;
}


li {
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  color: white;
}

p {
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  color: white;
}

pre {
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  color: white;
}

div {
  font-family: Tahoma, Verdana, Helvetica, Geneva, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: small;
  color: white;
}

.bold {
  font-weight: bold;
}

.left {
   text-align: left;
}

.right {
  text-align: right;
}

span.italic {
  font-style: italic;
  color: #ff9900;
}

blockquote {
   color: white;
   font-family: Courier, Palatino, serif;
   font-style: normal;
   font-weight: normal;
   font-size: small;
   background-color: #000000;
}

