﻿/* Remove unwanted elements */
#np-header, #np-right-side, #content_right, #np-footer, .noprint {
display: none;
}
body {
	background: white;
	font-size: 12pt;
	}

img { 
display: none; 
}
/* Ensure the content spans the full width */
.contentwidth
{
width: 100%; margin: 0; float: none; padding-left: 5px; padding-right: 5px;
}

/* 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: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;

}

.page-break { 
page-break-before: always; 
}
