BODY {
	background-attachment: fixed;
	font-size: 13px;
	font-family: "arial";
		
	scrollbar-arrow-color: #0066C8;
	scrollbar-3dlight-color: #4F4F82;
	scrollbar-darkshadow-color: #4F4F82;
	scrollbar-face-color: #f4f4f0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ECEAFF;
}

A:link
{
	color: #FFFFFF;
	text-decoration: none;
}

A:visited
{ 
	color: #FFFFFF;
	text-decoration: none;
}

A:hover
{
	color: #FFFFFF;
	text-decoration: UNDERLINE;
}

p
{
	font-family: "arial";
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;	
}