a:link {color: black; text-decoration: none; font-weight: bold; }
a:visited {color: black; text-decoration: none; font-weight: bold; }
a:active {color: black; text-decoration: none; font-weight: bold; }
a:hover {color: black; text-decoration: underline; font-weight: bold; }

body {
	font-family: Arial, Helvetica, sans-serif; 
	color: black; 
	font-size: 9pt;
	background-color: yellow;
	margin: 0px;
}
