.TitleTop
{
	color: #99CCCC;
	font-family: serif;
	font-size: 16pt;
	letter-spacing: 2em;
}
.TitleLeft
{
	color: #99CCCC;
	font-family: serif;
	font-size: 16pt;
}
.TitleL
{
	color: #99CCCC;
	font-family: serif;
	font-size: 12pt;
}
.TitleWel
{
	color: #99CCCC;
	font-family: serif;
	font-size: 12pt;
	letter-spacing: 0.4em;
}
.TitleT
{
	color: #FFFF00;
	font-family: serif;
	font-size: 24pt;
	letter-spacing: 0.6em;
}
.Note {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #999999;
}
a:link
{
	color: #99CCFF;
	text-decoration: none;
}  /* for unvisited links */
a:visited
{
	color: #99CCFF;
	text-decoration: none;
} /* for visited links */
a:active
{
	color: #99CCFF;
	text-decoration: none;
} /* when link is clicked */

a:hover
{
	color: #FFFF33;
	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: #000000;
}
