/* Remove unwanted elements */
#header{
display: none;
}

/* Ensure the content spans the full width */
#content, #content1, #page, .narrowcolumn, .widecolumn, .post, .entry
{
width: 100%; margin: 0; float: none;
color: #000;
background: #fff;

}

#contentbg {
background: #fff;
color: #000;
}


/* Change text colour to black (useful for light text on a dark background) */
body {
color: #000;
}

.entry p, h1, h2, h3 {
color: #000 
}

#content1 p {
color: #000;
}

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