/* Print Style hiding some layers!! */
#sidebar, #menu, #ad728x90, #extra2, #header, #box6, #bookmarks {
        display: none;
}
/* Ensure the content spans the full width */
#box10
{
	width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
p
{
	color: #000
	font-size: 12pt;
}

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

