﻿/* Unwanted elements */
#header,
#nav,
#menu,
#banner, 
#breadcrumbs,
#footer,

.noprint, 
.print {
    display: none;
}

/* Content spaning full width */
#product, .description, #content {
    width: 100%; margin: 0; float: none;
}

/* Text colour to black */
.lighttext {
    color: #000
}

/* Colour contrast of links */
a:link, a:visited {
    color: #781351
}