body {
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.fineprint {
	font-size: 8pt;
    color: #999;
}

A {
	font-weight: bold;
    color: #990;
    text-decoration: none;
}

A:hover {
	color: #660;
    text-decoration: underline;
}

