/* Text will be white arial in 10pt */
body {font-size: 10pt; 
font-family: "Arial"; 
color: #000000; 
background: #FFFFFF;}

/* don't underline links, and make all links bold and white */
a {text-decoration: none;}
a:link {color: #3300FF;}
a:visited {color: #FF0099;}
a:active {color: #FFFF66;}

/* make list text color black */
ul {font-family: Arial; color: #000000;}
ol {font-family: Arial; color: #000000;}

/* make table text white */
td {font: 10pt Arial; color: #000000;} 
 
/* make bold text black */
b {font: 10pt Arial; font-weight: 11pt; color: #000000;} 

/* make header text large and black */
h1 {font: 16pt Arial; font-weight: 18pt; color: #000000;} 
h2 {font: 14pt Arial; font-weight: 16pt; color: #000000;} 