/* CSS Document */

body {
  background:#000;
}
p {
  margin:auto;
  color:#fff;
  font-size:9pt;
  margin-bottom:1em;
  margin-top:0;
  font-family:arial;
}
a {
  color:#f1c028;
  font-weight:bold;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
.yellow {
color:#f1c028;
}
