

/* Remove unwanted elements */
 #nav, #topnavbar, .hpfeaturedtop, #sidebar, .breadcrumb, .comments, .noprint, #footer, .relart, .postmeta2, .dateright, .stbutton
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}
img {
border:0;
}

/* Print links black */
a:link, a:visited {
color: #000000
}