/* Print Styles */

/* Remove unwanted elements */
#header, #widemenu, h3, #sidebarleft, #sidebarright, #footer, .noprint
{
display: none;
}

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

/* Change text color to black */
.lighttext
{
color: #000;
}

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

