body {
	background-color : Black;
	color : white;
	scrollbar-track-color: lightblue;
	scrollbar-arrow-color: black;
	scrollbar-base-color: white;
	scrollbar-3dlight-color: gray;
	background-attachment : fixed;
	font-family : "Comic Sans Ms" "Arial";
	font-size : 10pt;
}
A:Link {
	text-decoration : none;
}
A:Active {
    text-decoration: none;
	
}
A:Visited {
	text-decoration: none;
	
}
A:Hover {
	text-decoration: underline  overline;
}