a:link
{
	text-decoration:  none;
	font-weight:bold;
	color:#FF3366;
} 

a:visited
{
	text-decoration:  none;
	font-weight:bold;
	color:#6633FF;
} 

a:hover
{
	text-decoration:  underline;
	font-weight:bold;
	color:#FF3366;
} 

a:active
{
	text-decoration:  underline;
	font-weight:bold;
	color:#6633FF;
}

font.previous
{
	font-weight:bold;
	font-style:italic;
	color:gray;
}


#description
{
	font-family:sans-serif;
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
}

body
{
	font-family: arial, sans-serif;
	font-size:10pt;
	background-color:#FFFFFF;
	color:#FF3366;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	scrollbar-face-color:#FF6699;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FF9999;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#663366;
	scrollbar-arrow-color:#FFCC99;
	scrollbar-track-color:#FFFFFF;
}
body{
  cursor:crosshair;
}