a:link
{
	color: #C2CBFF; 
	text-decoration: none;
}
a:visited
{
	color: #C2CBFF;
	text-decoration: none;
} 
a:active 
{
	color: #C2CBFF;
	text-decoration: none;
}
a:hover
{
	color: #FFDAE8;
	border-bottom: 1px dotted;
	cursor: crosshair
}
body
{
	font-family: Arial;
	font-size: 8pt;
	color: #F1A350;
	text-align: justify;
	margin-top: 0; 
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: transparent;
	scrollbar-face-color: #CCFF66; 
	scrollbar-shadow-color: #FFDAE8;
	scrollbar-highlight-color: #FFDAE8; 
	scrollbar-3dlight-color: #CCFF66; 
	scrollbar-darkshadow-color: #CCFF66; 
	scrollbar-track-color: #CCFF66;
	scrollbar-base-color: #CCFF66;
	scrollbar-arrow-color: #FFDAE8;
}