@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
#header, #leftColumn, .assessibilityBox, #footer
{
display: none;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

table {
	border:solid 1px #000;
}

td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 6px 6px 12px;
}

th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	color:#000;
}
