body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
    text-decoration: underline;
	background-color: #333333;
	color: #eeeeee;
}

