BODY {
	scrollbar-3dlight-color : #84B7E6;
	scrollbar-arrow-color : Blue;
	scrollbar-base-color : #2976BA;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #5383EF;
	scrollbar-highlight-color : #84B7E6;
	scrollbar-shadow-color : #84B7E6;
	scrollbar-track-color : #84B7E6;
	overflow : auto;
}

A {
	text-decoration : none;
	font-weight : bold;
	color: AliceBlue;
}

A:Hover {
	text-decoration: none;
	color: #C80D0D;
}

TABLE {
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : center;
}
	

