body, td, ul, p {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: small;
    color: #000;
}

table {
    border: 1px solid #000;
}

sup, sub {
    font-size: smaller;
}

em {
    font-weight: bold;
    font-style: italic;
}

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

a:hover {
    text-decoration: underline;
}

.fineprint {
    font-size: x-small;
    color:#666;
}

.boxed {
    border:1px solid #000;
}

p.column {
	margin-left: 100px;
	width: 36em;
	line-height: 1.5em;
	text-align: justify;
}