/*PRINT stylesheet for devonprep.com*/

	/* Remove unwanted elements */
 #leftnav, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#wrapper, #container, #contentbox, #header, #content, #footer
{
width: 100%; margin: 0; padding: 0; border: none; float: none;
}

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



