body {
    background-color: #FFFFFF;
    font-family: arial narrow, arial, tahoma, helvetica, sans-serif;
    scrollbar-face-color:#FFFFFF;
    scrollbar-arrow-color:#406CBF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#488ADB;
    scrollbar-shadow-color:#488ADB;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-track-color:#FFFFFF;
}
a {
	background-color: transparent;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #0000FF;
	text-decoration: underline;
}