body			{background: #CCCCEE; color: #0000AA; font: 10pt Arial, sans-serif;}

a 			{color: #0000FF;}
a:visited 		{color: #0000AA;}
a:active, a:hover	{
	color: white;
	background: navy;
	font-weight: normal;
}

h3			{font-size: big; font-weight: bold; margin-bottom: 4px;}

.note			{
	font-size: smaller;
	margin-top: 6px;
	margin-bottom: 15px;
	color: #00A;
	font-style: italic;
}

.floatimage		{
	float: left;
	margin: 5pt;
}

