/* Remove unwanted elements */ 
#topbar, #header, #navigation, #rss-sub, #logo, #search-bg, .date,  #sidebar, .comments, #footer, #footer-inside { 
display: none; 
} 

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

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

img {
border: none;
}
