html, body { 
	color: #CCCCCC;
	background-color: #000000;
	margin:0; 
	font-family: VTCGoblinHand;
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#353535;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#282828;
	scrollbar-highlight-color:#282828;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
}

body,td,tr,th {
	font-family: VTCGoblinHand;
	font-size:20px;
	color: #CCCCCC;
}
body, div {
	font-size:24px;
	}

#Nav { 
	position:absolute; 
	top:50px; 
	left:0; 
	visibility:hidden;
	text-decoration:none;
}
#NavLinks { 
	position:absolute; 
	top:42px; 
	left:42px; 
	text-decoration:none;
}
a:link {
	color:#4D5CC8; 
	font-weight:bold; 
	font-size:13px; 
	text-decoration:none; 
}
a:visited { 
	color:#4D5CC8; 
	font-weight:bold; 
	font-size:13px; 
	text-decoration:none; 
}
a:hover { 
	color:#FFFFFF; 
	/*background-color:#000080; */
	font-weight:bold;
  	font-size:13px; 
	text-decoration:none; 
}
a:active { 
	color:#4D5CC8; 
	font-weight:bold; 
	font-size:13px; 
	text-decoration:none; 
}
