


/* Remove unwanted elements 6 may 2009 */
 #header, #nav, #content-left, #content-right, #footer, .no print {
 display: none;
}


/* Ensure the content spans the full width */
#content-main {
width:100%;
margin:0;
float:none;
}

/* improve color contrast of links */
a:link, a:visited {
color: #781351
}

p {
page-break-inside:avoid;
}

