body {
	background-color: #000000;
	scrollbar-face-color: black;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: white;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
