BODY {	color: #CCCCCC;  
		/* background-color: #000066 */
		background-color: #000000;
	    margin-left: 15px;
		margin-right: 80px; 
		margin-top: 0.1in; 
		font-family: verdana, Helvetica, serif;
		font-size: 10pt;}

/* Set the visited colour to the same as the link colour. Make sure the hover directive is
after the visited directive, otherwise visited links do not change colour on hover. */

A.nav:link {color: white;}
A.nav:visited {color: white;}
A.nav:hover {color: #00FFFF;}
A.nav {font-size: 10pt; }

A:link {color: #33CC00;}
A:visited {color: #33CC00;}
A:hover {color: #CCFFCC;}

H1 { font-size: 14pt; }
H2 { font-size: 20pt; }

UL { font-size: 10pt; }
LI { font-size: 10pt; }
P { font-size: 10pt; font-family: verdana, Helvetica, serif;}

TABLE.nav { font-size: 10pt; color: #FFFFFF;}
TH.nav { font-size: 10pt; color: #FFFFFF;}
TD.nav { font-size: 10pt; color: #FFFFFF; font-variant: small-caps}

TABLE.gallery { font-size: 10pt; color: #FFFFFF;}
TH.gallery { font-size: 10pt; color: #FFFFFF;}
TD.gallery { font-size: 10pt; color: #FFFFFF;}

TABLE.details { font-size: 10pt; color: #FFFFFF;}
TH.details { font-size: 10pt; color: #FFFFFF;}
TD.details { font-size: 10pt; color: #FFFFFF; width: 250; vertical-align: top;}

TABLE { font-size: 10pt; color: #CCCCCC;}
TH { font-size: 10pt; color: #CCCCCC;}
TD { font-size: 10pt; color: #CCCCCC; }
