/* Remove unwanted elements */
#tnav, #nav, #glam, #deco, #drop, #footer, #sidebar, .noprint {
display: none;
}

/* Ensure the content spans the full width */
#container, #header, #content {
width: 100%;
margin: 0;
float: none;
}

h1, h2, h3, h4, h5, h6 {
color: #000;
}

/* Change text colour to black (useful for light text on a dark background) */
p {
font-family: times, serif;
color: #000;
}

ul, li {
color: #000;
width: 100%;
margin: 0;
}

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