body {
	background-color: #FFFFFF;
	
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #003360;
	scrollbar-darkshadow-color: #053899;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-arrow-color: #2d58ff;
	scrollbar-track-color: #ffffff;
    
}

p {
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a:link {
color: #000000;
text-decoration: none;
cursor:w-resize;

}

a:visited {
color: #333333;
text-decoration: none;
cursor:w-resize;

}

a:active {
color: #FFFFFF;
text-decoration: none;
cursor:w-resize;

}

a:hover {
	cursor:w-resize;
        text-decoration: none;
	color: #FFFFFF;
}
