/* Remove unwanted elements */
#header ul, #main_menu, #category_menu, .noprint, img { display: none; }

#header { background-image:none;}

.print_style {	display: inherit; }
.screen_style { display: none; }

h1 { display: none; }

h3 { font-size:1.15em; margin:25px 0 2px; padding:0; }

p, em { font-size:1em; line-height:1.2em; margin:0 0 15px; text-align:left; }

/* Ensure the content spans the full width */
#page  { width: 100%; 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 */
a:link, a:visited { color: #781351 }