
A:link {
  color: #FFCC00;
  background-color: transparent;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10pt;
}

A:visited {
  text-decoration: none;
  color: #FFCC00;
  background-color: transparent;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10pt;
}

A:active {
  text-decoration: none;
  color: silver;
  background-color: transparent;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 9pt;
}

A:hover {
  text-decoration: overline;
  color: red;
  background-color: transparent;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}

P {
  font-family: Myriad-Roman, "Arial Black", Verdana;
  color: silver;
}

TABLE {
  background-color: transparent;
  font-family: sans-serif, Arial, Helvetica;
  color: silver;
  font-size: 9pt;
}

BODY {
  background-color: black;
}

TBODY {
  background-color: transparent;
  font-family: sans-serif;
}

TEXTAREA {
  background-color: transparent;
  color: silver;
  font-family: sans-serif, Helvetica, Arial;
}

TR {
  font-family: sans-serif, Arial, Helvetica;
  color: white;
  background-color: transparent;
}

A {
  font-family: sans-serif, Arial, Helvetica;
  color: silver;
  text-decoration: none;
  font-size: 9pt;
}

html {
  min-height: 100%;
  margin-bottom: 1px;
}

