p,td,div {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  }

h1 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  }

a {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #00FF00;
  }

option,input {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  }

body {
  background-color:#000000;
  }

.center {
  text-align: center;
  }

.pink {
  color: #FF80FF;
  }

.grey {
  color: #CFCFCF;
  }

.small {
  font-size: 8pt;
  }

.link {
  color: #00FFFF;
  }

.green {
  color: #00FF00;
  }