body {
scrollbar-face-color: #E6E7FF; 
scrollbar-shadow-color: #C2C2FF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3d-light-color: #C2C2FF; 
scrollbar-darkshadow-color: #E6E7FF; 
scrollbar-base-color: #E6E7FF; 
scrollbar-arrow-color: #0033ff;
}

a:link {
	color: blue; 
	text-decoration: underline;
}

a:visited {
	color: blue; 
	text-decoration: underline;
}

a:hover {
	color:red; 
	text-decoration: none;
}
