
body {
	background-color:  #000000;
	font-color: black;
	font-family: verdana, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color:#CCCCCC;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#AAAAAA;
	scrollbar-dark-shadow-color: white;
	scrollbar-3d-light-color:#888888;
	}

p {
	font-size: 10pt;
	color: black;
	}

img {
	border-color: black;
	}
	
.quote {
	color: maroon;
	font-size: 8pt;
	}

.subtitle {
	font-size: 12pt;
	font-weight: bold;
	}
	
a.link {
	color: maroon;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.link:hover {
	color: red;
	text-decoration: none;
	}	