body {
	color: white;
  font-family: arial;
  font-size: 9pt;
}
a {
	font-weight:bold;
	border: none;
	text-decoration: none;
	word-spacing: 2px;
	letter-spacing: 2px;
	color: green;
}

a:hover {
	color: White;
}

a:visited {
	text-decoration: none;
}
