body {
	font-family: Arial, Helvetica; color: black; 
	font-size: 9pt; 
}

table {
	font-family: Arial, Helvetica; color: black; 
	font-size: 9pt; 
}
  a:link {
		  color: Teal;
  		  text-decoration: none;
  }
  a:visited {
		  color: Teal;
		  text-decoration: none;
  }
  a:hover {
		  color: black;
		  text-decoration: underline;
}
