body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: blue;
	text-decoration: none
}     /* unvisited link */
a:visited {
	color: blue;
	text-decoration: none
}  /* visited link */
a:hover {
	color: blue;
	text-decoration: none
}   /* mouse over link */
a:active {
	color: blue;
	text-decoration: none
}   /* selected link */
