/* CSS Document */
   a:link {text-decoration: none
 font-type: Arial;
  color: #666666;
  }
a:visited {text-decoration: none
 font-type: Arial;
  color: #666666;
  }
a:hover {text-decoration: underline; 
font-type: Arial;
  color: #333333;
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}


 body {
	scrollbar-arrow-color: #0473E1;
	scrollbar-base-color: #419EFC;
	scrollbar-dark-shadow-color: #52A7FC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #D1E7FE;
	scrollbar-shadow-color: #52A7FC;

scrollbar-highlight-color: #FFFFFF
scrollbar-3d-light-color: #52A7FC;
	color: #EAF5FB;
}

