/* .noprint {display:none;} */

/* Remove unwanted elements */
#topmost, #menu, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#column, #main, #disclaimer
{
width: 100%; margin: 0; float: none;
}

/* Change text color to black (useful for light text on a dark background) */
.body, .lighttext
{
color: #000
}

/* Improve color contrast of links */
a:link, a:visited
{
color:darkgray
}


