/* Remove unwanted elements */
#header, #nav, #nav ul, #nav ul li a, #nav ul li,#footer,#sidebar,#sidebar.sub-links,#nav ul li a, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#content
{
width: 100%; margin: 0; float: none;
}

/* black headings */

h1,h2,h3,h3.green,h4,h5
{
color: #000
}


/* Improve colour contrast of links */
a:link, a:visited
{
color: #000
}