/* Remove unwanted elements */
#navbar, #pagebar, #sidebar, #front-popular, #footer, .breadcrumbs, #commentform, .right, #tools, #respond
{
display: none;
}

/* Ensure the content spans the full width */
#page
{
width: 100%; margin: 0; float: none;
color: #000;
}


/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
}

a, img
{
border: none;
}