/* Text will be bold white arial in 12pt */

body 	{font-size: 12pt; 
	font-family: "Arial"; 
	color: white; 
	background: url(bg4.jpg);}

/* don't underline links, and make all links bold and orange */

a {text-decoration: none;}
a:link {color: orange;}
a:visited {color: red;}
a:active {color: yellow;}

/* make header as 9-point times new roman, and center them. */

h1 {font: 14pt Arial; font-weight:bold; line-height: 14pt;}

/* make footnote size 9pt */

div.footnote {font-size: 9pt; color: yellow; line-weight: bold; line-height: 12pt; text-align: center;}

/* make list text color yellow */

ul {font-family: arial; color: yellow;}

/* make table text white */

td {font: 12pt Arial; color: white;} 