/* Stylesheet.css */

/* Body text and page background */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000000;
}


.ninept {
	font-size: 9pt;
}


h3 {
	font-size: 14pt;
	color: #cc0000;
}

.italics {
	font-style: italic
	}
	
.bold {
	font-size: 11pt;
	font-weight: bold;
	color:#000000;
	}
	
	
	

/* Hyperlinks */
a:link{
color:#0000ff;
text-decoration: none;
}
a:visited{
color:#ff3300;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 

