a:active, a:link, a:visited { 
	color: #182E69; 
	font-family: Arial, helvetica; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body { 
	margin: 0;
   scrollbar-face-color: #A8B0BB; 
   scrollbar-shadow-color: #C1CAD3; 
   scrollbar-highlight-color: #E6EAED; 
   scrollbar-3dlight-color: #B9BEC2; 
   scrollbar-darkshadow-color: #324255; 
   scrollbar-track-color: #E6EAED; 
   scrollbar-arrow-color: #516276;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
}

