/*   MAIN SETTINGS   */

body {
  background-color: #000000;
  line-height: 12pt;
  text-decoration: none;
  color: #ffff00;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

A:link {
  color: #ffff00;
  text-decoration: none;
}

A:hover {
  color: #000000;
  background: #FFffff;
  text-decoration: none;
}

A:visited {
  color: #ffffff;
  text-decoration: none;
}

.pad{
  position: relative;
  float: left;
  width: 100%;
  height: 9pt;
}

/*A:link {background: #FFCC00; text-decoration: none}
A:visited {background: #FFCC00; text-decoration: none}
A:active {background: #FFCC00; text-decoration: none}
A:hover {background: #FFCC00; font-weight:bold; color:*/