body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	font-size: 12px;
    scrollbar-face-color:#000000;
    scrollbar-shadow-color:#CCCCCC;
    scrollbar-highlight-color:#ECBF62;
    scrollbar-3dlight-color:#CC921A;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-track-color:#cccc99;
    scrollbar-arrow-color:#FFFFFF;
}
a:link {
    color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a:visited {
    color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
a:hover {
    color: #666666;
	font-size: 13px;
	font-weight:bold;
}

