
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;


}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;

}
a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;

}
body {
	scrollbar-face-color:#e9e9e9;
	scrollbar-3dlight-color:gray;
	scrollbar-darkshadow-color:#e9e9e9;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:gray;
	scrollbar-track-color:#e9e9e9;
	background-color: #EEEEEE;
    color: #000000;

}

