﻿
/* This hides all the menus etc so they aren't printed out*/

@media print {
#header_container, #menu, #footer, img { display: none; }

#content { line-height: 1em; width: 100%; }

#content * { color: #000000; }
}
body {
	background: white;
	font-size: 12pt;
	}


a:link, a:visited {

	color: #520;

	background: transparent;

	font-weight: bold;

	text-decoration: underline;

	}

