body {
	font-family: verdana, tahoma, arial;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

table {
	spacing: 0px;
}

tr {
	spacing: 0px;
}

td {
	border: thin solid black;
	spacing: 0px;
	padding: 3px;
}