body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	
	scrollbar-base-color: white;
  scrollbar-arrow-color: grey;
  scrollbar-face-color: white;
  scrollbar-3dlight-color: grey;
  scrollbar-darkshadow-color: white;
  scrollbar-highlight-color: grey;
  scrollbar-shadow-color: grey;
  scrollbar-track-color: grey;
  
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}


