/* Remove unwanted elements */
#header, #navbar, #footer #dig_logo, #t_image, .noprint
{
display: none;
}

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

/* Change text colour to black (useful for light text on a dark background) */
p, h1, h2, h3, h4, h5
{
	color: #333333
}
.block {
	color: #333333;
	display: block;
}
.trigger {
	color: #333333;
}

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