a {
	font-family: Tahoma;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #E6CE48;
	text-decoration: underline;
}
body {
scrollbar-face-color: #CCCCCC; 
	scrollbar-shadow-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-arrow-color: white;
}

a.bluelink {

color: green;

}

a.bluelink:hover {

color: blue;

}
