a:link {color: #000000; text-decoration:none;font-weight:bold;}     /* unvisited link */
a:visited {color: #000000; text-decoration:none;font-weight:bold;}  /* visited link */
a:hover {color: #000000;text-decoration:underline;font-weight:bold;}   /* mouse over link */
a:active {color: #000000; text-decoration:none;font-weight:bold;}   /* selected link */
body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

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

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.header {
	text-align:center; 
	border-bottom:2px solid #000000;
	}
