a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
a:visited {
    color: #990000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
}

