a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a:visited {
	color : green;
}
h3           { margin-bottom: -10pt }