.TitleH
{
	color: #99CCCC;
	font-family: serif;
	font-size: 16pt;
	letter-spacing: 2.5em;
}
.NoteH
{
	color: #999999;
	font-size: 14pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 1em;
}
.NoteI
{
	color: #2F4F4F
	font-size: 12pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.5em;
}
.Note
{
	color: #2F4F4F;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
}
a:link
{
	color: #000000;
	text-decoration: none;
}  /* for unvisited links */
a:visited
{
	color: #000000;
	text-decoration: none;
} /* for visited links */
a:active
{
	color: #000000;
	text-decoration: none;
} /* when link is clicked */

a:hover
{
	color: #FF0000;
	text-decoration: none;
} /* when mouse is over link */
body {
	background: #000000;
	scrollbar-face-color: #000000; /* black */
	scrollbar-arrow-color: #99CCFF; /* blue */
	scrollbar-track-color: #000000; /* black */
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #0000000000
}
