
/* Remove unwanted elements */
#menu, #header, #height, #sidebar, #footer, #pagecopy, #debit, p
{
display: none;
}

/* Ensure the content spans the full width */

 div.atStart{
width: 100%; margin: 0; float: none;
!important;
}


/* Change text colour to black (useful for light text on a dark background) */
body
{ font-size: 11px;
color: #000000; 
}

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