a:link {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	text-decoration: none;
	padding: 1px 4px;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	background-color: #999999;
	padding: 1px 4px;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	text-decoration: none;
	padding: 1px 4px;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #000000;
	font-weight: lighter;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
	text-transform: uppercase;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	font-weight: lighter;
	color: #000000;
}


a
{
  outline: none;
}