body
  {
    background-color: #000000;
  }

body, td, p
  {
    font-family:      Verdana, Arial, sans-serif;
    font-size:        10pt;
    color:            #FFFFFF;
  }

h1 { font-size:       13pt; }

h2 { font-size:       12pt; }

h3 { font-size:       11pt; }

a:link, a:visited, a:active
  {
    text-decoration:  none;
    color:            #888888;
    font-weight:      bold;
  }

a:hover
  {
    text-decoration:  underline;
    color:            #888888;
    font-weight:      bold;
  }

form input, form textarea, form select
  {
    font-family:      Verdana;
    color:            #FFFFFF;
    background-color: #333333;
    border-color:     grey;
    font-size:        10pt;
  }
