body
{
	background-attachment: fixed;
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;

	color: #003300;
	
	font-family: arial;
	text-align: justify;
	
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #ff8811;
	scrollbar-base-color: #000000;
/*	scrollbar-shadow-color: #111111;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #ff8811;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #000000;
*/
}

h1
{
	font-size:141%;
	text-align:center;
}

h2
{
	font-size:126%
}

h3
{
	font-size:112%
}

td
{
	text-align: center;
	vertical-align: top;
}

img
{
	border-style:ridge;
	border-color:#bbbbbb;
}

a:link {color:#003300}
a:visited {color:#ff6600}
a:hover {color:#aa6600}
a:active {color:#ff8811}