﻿
/* This hides all the menus etc so they aren't printed out*/

@media print {
#header, #navigation, footer, { display: none; }

#content { line-height: 1em; width: 100%; }

#content * { color: #000000; }
}
body {
	background: white;
	font-size: 12pt;
	}

#wrapper,{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;

	}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
