/*
-----
Adds styles which should be suitable for printing
FileName: style_print.css
-----
*/

.nonstyle { display: none; }

@page     { size: portrait; margin: 1in; }

a img
{
	border-width: 0;
	border-style: none;
	border-color: #FFF;
	color: #FFF;
}

body
{
	background-color: #FFF;
	border: 0;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
}

div#sitehome, div#sitepage
{
	text-align: left;
	/* corrects for page centering trick moved to style_navbox */
}

div#content
{
	width: auto;
	background-color: transparent;
	padding: 0;
	border-width: 0;
	margin: 0;
}

div#content a
{
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

div#content a:link { color: #29166F; }
div#content a:visited { color: #29166F; }

div#content a:link::after, div.main a:visited::after
{
	clear: left;
	content: " <" attr(href) "> ";
	font-weight: normal;
	font-size: 9.6pt;
}

div#content h1
{
	font-family: Arial, sans-serif;
	font-size: large;
	padding: 0.3em;
}
