body, td {
	font-family: monospace;
	font-style: normal;
	font-weight: normal;
	font-size: 12;
	text-decoration: none;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a.current {
	text-decoration: underline;
	color: #000000;
}