
 /* Remove unwanted elements */
#headerImages, #emailBox, #nav, .vendor #box_vendorImage
{
display: none;
}

/* Ensure the content spans the full width */
#container
{
width: 75%; margin: 0; float: none;
}
.fresh #box_UpLeft
{
width: 90%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
#nav a
{
color: #000000;
}

/*Remove background colors*/
body, #container, #header, #mainContent, #footer, .subpage #box_UpLeft, .vendor #box_UpLeft, .vendor #box_Vendor
{
background-color: #ffffff;
background-image:none;
}

