/* CSS Document */

/* Remove unwanted elements */
#navcontainer, #search, #login
{
display: none;
}
#printheader {
	font-size: 16px;
	font-weight:400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
/* Ensure the content spans the full width */
#wrapper
{
width: 100%; margin: 0; float: none;
}

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

