/* Generated by KompoZer */
a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: yellow;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}
p {
  font-size: small;
  font-family: Verdana,sans-serif;
  color: white;
  font-weight: bold;
}
ul {
  list-style-type: square;
  color: white;
  font-size: small;
  font-family: Verdana,sans-serif;
  font-weight: bold;
}

