/* Text will be white arial in 8pt */
body {font-size: 8pt; 
font-family: "Arial"; 
color: white; 
background: black;}

/* don't underline links, and make all links bold and white */
a {text-decoration: none;}
a:link {color: yellow;}
a:visited {color: orange;}
a:active {color: red;}

/* make list text color black */
ul {font-family: Arial; color: #000000;}
ol {font-family: Arial; color: #000000;}

/* make table text white */
td {font: 8pt Arial; color: white;} 
 
/* make header text large and black */
h1 {font: 10pt Arial; font-weight: 12pt; color: #000000;} 
h2 {font: 12pt Arial; font-weight: 14pt; color: #000000;} 