A:link    { color: #FFD900; text-decoration: none; }
A:active  { background: blue; color: blue; font-size: 100% }
A:visited { color: #FFD900; font-size: 100% }

body {
  background-color: black;
  font-size: 10pt;
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  color: #FFD900;
}

P {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #FFD900;
}

table {
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #FFD900;
}

H1 {
  font-family: Tahoma, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  color: #FFD900;
}

H2 {
  font-family: Tahoma, sans-serif;
  font-size: 18pt;
  font-weight: 800;
  color: #FFD900;
}
