body{
	margin-bottom: auto;
}
html {
scrollbar-base-color: gray;
scrollbar-arrow-color: white;
scrollbar-track-color: silver;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
a:link {
	color:#999999;
	text-decoration: none;
}

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

a:hover {
	text-decoration: none;
	color: #3BA0C0;
}

a:active {
	text-decoration: none;
	color: Gray;
}
