/* Remove unwanted elements */
* {
	color: black!important;
	background-image: none!important
}

#header, #secondary, #copy, #foot, #social, .noprint, img {
display: none!important;
}

/* Ensure the content spans the full width */
body, #wrapper, #content, #content, #main {
   float: none !important;
   width: auto !important;
   margin: 0 !important;
   padding: 0 !important;
   background-color: white!important

}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
a {
	color:#930;
	text-decoration: none;
}
table, 
table td,
table th {
		border-collapse:collapse;
		border: 1pt solid #000;
		padding: 1pt;
}
table {
		padding: 0;
}
table td,
table th {
		border-width: 0 0 1pt 1pt;
}
