body
  {
  background-color: black;
  }

*
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  }

b {
      color: #33CCFF;
      }
      
A
  {
  text-decoration: none;
  color: #4294FF;
  font-weight: bold;
  }
  
A:hover
  {
  text-decoration: underline;
  color: #4294FF;
  font-weight: bold;
  }
