body
{
	font-size: 10pt;
	font-family: sans-serif;
	background: #ff9;
}
.note
{
	font-style: italic;
	font-size: 8pt;
}
a:link, a:visited, a:active
{
	text-decoration: none;
	color: black;
	background: #ffb;
}
a[href]:hover
{
	background: #fff;
}
