body {
	background-color:#000000;
	scrollbar-face-color: navy;
	scrollbar-shadow-color: #1f5c7f;
	scrollbar-highlight-color: #3eb9ff;
	scrollbar-3dlight-color: #2e8abe;
	scrollbar-darkshadow-color: #0f2e3f;
	scrollbar-track-color: black;
	scrollbar-arrow-color: white;
}

p, body {
	color: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #0099FF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
}
h2 {
	color: #0099FF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #00CCFF;
	font-size: 10pt;
}
a:active {
	color: #FFFF00;
	font-size: 10pt;
}
a:visited {
	color: #00CCFF;
	font-size: 10pt;
}
a:hover {
	color: white;
	font-size: 10pt;
	background-color: #0099FF;
	text-decoration: overline underline;
}
.imagetable {
	border-style: outset;
	border-color: #0099FF;
	border-width: 2;
	background-color: #000099;
}