body {
	color: black;
	background-color: white;
	font-family: Tahoma, sans-serif;
	font-size: small;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
font-family: Tahoma, sans-serif;
	font-size: small;
	border: 1px solid black;
}