/* CSS Document */
body,td,th {
	font-family: "Courier New", Arial, Helvetica, mono;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
}
