* { font-family: Verdana, Geneva, Arial, Helvetica; }

body { color: White;
       background-color: Black;
       font-size: 12px; }

a:link { text-decoration: none; color: #FF3333; }
a:visited { text-decoration: none; color: #FF3333; }
a:hover { text-decoration: underline; color: #FF6666; }

h1 { color: White; 
     font-weight: bold;
     font-size: 14pt; }
h2 { color: #3333CC; 
     font-weight: bold;
     font-size: 10pt; }
h3 { color: White; 
     font-weight: bold;
     font-size: 8pt; }
h4 { color: White; 
     font-weight: bold;
     font-size: 6pt; }

td { color: White; font-size: 12px; }
th { color: White; font-size: 14px; }

li { color: White; font-size: 12px; }

.textfields { font-size: 8pt; }
.smallred   { font-size: 8pt; color: red; }
.smallblack { font-size: 8pt; color: black; }
.format     { font-size: 8pt; color: red; text-align: left; }
.title      { font-size: 8pt; color: blue; }
.bold       { font-weight: bold; }
.gray       { color: gray; }

br.page { page-break-before: always; }
#email_address { color: #999999; }