body {
	text-align: left;
	font-family: verdana,helvetica,arial,sans-serif;
        background:#f5f5f5; 
	margin: 40px 40px 60px 60px;
}

div.top-header {
	font-size:24px;
}

div.med-header {
	font-size:16px;
	font-weight:bold;
}

td {
	font-size:16px;
}
div.notes {
	font-size:12px;
}

div.copyright {
	font-size:12px;
	text-align:center;
}

hr {
	color:#a0a0a0;
	background-color:#a0a0a0;
	border: 0px solid #000; 
	}

A:link { color:#0000FF; text-decoration: none; }
A:visited { color:#0000FF; text-decoration: none; }
A:hover { color:#0000FF; text-decoration: underline; }
