body {
	background : url("artwork/background.jpg") repeat fixed;
	background-color: white;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;  color: navy;
	margin:0px, padding:0px; 	
	}
		
.topbar {
	background : none;
	background-color: white;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;  color: navy;
	margin:0px, padding:0px; 	
	}

h1 {
	font-size: 26pt;
	font-weight: bold;
	font-style: italic;
	}

h2 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;	
	}

h3 {
	font-size: 16pt;
	font-weight: bold;	
	}


	
th {
	vertical-align: bottom;
	}

	
li {
	font-size: 8pt;
	line-height: 9.5pt;
	}
	
	

a:link {
	color: firebrick;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	}
	
a:visited {
	color: firebrick;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	}
	
a:hover {
	color: firebrick;
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 9pt;
	}



.footer {
	font-size: 8pt;
	line-height: 9pt;
	}
	
a.footer:link {
	font-size: 8pt;
	}
	
a.footer:visited {
	font-size: 8pt;
	}	

	
a.footer:hover {
	font-size: 8pt;
	}


	