/* Remove unwanted elements */
#header, #headercurve, #headerhelp, #flashthreecolumn, #bottomcurve, #footnote  {
display : none;
}
/* Ensure the content spans the full width */
#maincontainer  {
width : 100%;
margin : 0;
float : none;
} 

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

/* Improve colour contrast of links */
a:link, a:visited
{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11pt;
color: #706E6E;
}