/* Text will be white arial in 8pt */
body {font-size: 8pt; 
font-family: "Arial"; 
color: white; 
background-attachment: fixed; 
background-color: #000000; 
background-image: url(saw1myspace.gif); 
background-repeat: no-repeat; }



/* don't underline links, and make all links bold and white */
a {text-decoration: none;}
a:link {color: green;}
a:visited {color: yellow;}
a:active {color: green;}


/* make list text color white */
ul {font-family: Arial; color: #FFFFFF;}
ol {font-family: Arial; color: #FFFFFF;}
li {font-family: Arial; color: #FFFFFF;}

/* make table text white */
td {font: 8pt Arial; color: white;}  
 
/* make bold text black */
b {font: 10pt Arial; font-weight: 11pt; color: #FF9933;} 

/* make header text large and black */
h1 {font: 10pt Arial; font-weight: 12pt; color: #000000;} 
h2 {font: 12pt Arial; font-weight: 14pt; color: #000000;} 