body {
	background-color:#ffffff;
	margin-left:10px;
	margin-top:10px;
	padding:0;
	font-family:Verdana;
	font-size:9;
	scrollbar-base-color: white;
	scrollbar-arrow-color: black;
	scrollbar-track-color: white;
	scrollbar-shadow-color: grey;
	scrollbar-lightshadow-color: white; 
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
}

div.copyright {
	position: absolute;
	width: 80%;
	height: 40%;
	text-align:center;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;

}

a {
	text-decoration:none;
	color:#ff0000;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration:focus;
	background-color:#333;
	color:#fff;
}

