body{
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:black;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:black;
	background-color : white;
	background-attachment : scroll;
	background-repeat : no-repeat;
	background-color : white;
	background-position : 100% 100%;
	text-align:center;
	line-height:200%;
}

span.bold{
	font-weight:bold;
}

a{
	text-decoration : none;
  	color : #333;
}

a:visited{
	text-decoration : none;
	color : #333;
}

a:hover{
	text-decoration : none;
	color : #ff8000;
}