body, p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666699;
	}
	
a:link {
	color: #FF0000;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #FF0000;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
