/* Remove unwanted elements */ 
#topnavbar, #header, #navbar, #subnavbar, #r_sidebar, #share, #latest, #video, #sidebar, #feature, #horizwidgets, #bottom, #about, #nav, #respond, #commentform, #comments, #footer, .noprint { 
display: none; 
} 

/* Ensure the content spans the full width */ 
#container, #container2, #content { 
width: 97%; 
margin-left: 10px;
margin-right; 10px;
margin-bottom; 10px;
margin-top; 10px;
font-size:12pt;
float: none; 
}
 
/* Change text colour to black (useful for light text on a dark background) */ 
.lighttext { 
color: #000; 
} 

/* Improve colour contrast of links */ 
a:link, a:visited { 
color: #000, 
} 
