a:link      {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: Black;
}
a:active    {text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: black;
}
a:visited   {text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: black;
}
a:hover     {
	text-decoration: none;
	font-family: Arial;
	color: #00008B;
	font-weight: bold;
}

body {
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #b4b4b4;
	scrollbar-darkshadow-color: #b4b4b4;
	scrollbar-face-color: #b4b4b4;
	scrollbar-highlight-color: #b4b4b4;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #b4b4b4;
	font-family: Arial;
	color: Black;
	font-size: small;
	font-weight: bold;
	border: medium none #DEB887;
	font-weight: bold;
	background-color: Silver;
}