.TitleH {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16pt;
        color: #999999;
	letter-spacing: 1.4em;
}
.Note
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
}
a:link
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
}  /* for unvisited links */
a:visited
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
} /* for visited links */
a:active
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
} /* when link is clicked */

a:hover
{
	color: #D2D2D2;
	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: #2D2D2D;
	scrollbar-highlight-color: #2D2D2D;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #000000;
}
