body {
	background-color: #000000;
	margin: 0px;
}	

a:link {
	color: #66CC00;
	text-decoration: underline;
	}
	
a:hover {
	color: #99CC33;
	text-decoration: none;
	background-color: #666666;
	}
	
a:visited {
	color: #996699;
	text-decoration: underline;
	}
	
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	margin: 1em 2em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

.footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	}

.gallery {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.side {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

.side_bold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.bkg_wt {
	background-color: #FFFFFF;
	}

.bkg_blk {
	background-color: #000000;
	}

H1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	}
	
H2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	}
	
H3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	}

ul.outside {
    list-style-position: outside;
	list-style-type: square;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    margin: 1em 4em;
	}
	
