/* Remove unwanted elements */
#rulesleft, #crumb, #yellow, #leftcol, #contleft
{
display: none;
}

/* Ensure the content spans the full width */
#rulesright, #black, #white, #contright  table, #fixtures table
{
width: 100%; padding: 0px; margin: 0; float: none; position: static;
}

#fixtures table th,
#fixtures table td,
li {
	padding: 0px;
	margin: 0px;
}

/* Change text colour to black (useful for light text on a dark background) */
body
{
color: #000 
}

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

