body { 
	color: white;
	background-color: black;
	align: center;
	font-size: 10pt;
	text-align:center;
	scrollbar-3dlight-color: black;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: white;
	margin-top: 10px;
	}



a:link {
	color: cccccc;
	}

a:visited {
 	color: 999999;
	}

a:active {
 	color: white;
	}

a:hover {
 	text-decoration: underline overline;
	text-shadow: red 2px 3px 4px, 5px 6px;
	}

a {
 	text-decoration: none;
	}

