body {
	color: White;
	background-color: Black;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
}

a {
	color: Orange;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	text-decoration: none;
}

html {
	scrollbar-face-color:#444444;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FF9924;
	scrollbar-track-color:#000000;
}
