﻿/* Redefines things to be printer friendly. */

body {
	margin: 0;
	padding: 0;

	font: 100% "Times New Roman", Times, serif;
	background: white;
}

p {
	line-height: 1.5;
}

h1 {
	margin: 0;
	
	font-size: 2em;
	color: black;
}

h2 {
	font-size: 1.5em;
	color: black;
}

h3 {
	font-size: 1.25em;
}

#container {
	position: relative;
	width: auto;

	border: none;
	padding-top: 0;
	
	background: white;
}

#navigation {
	display: none;
}

#content {
	min-height: 0;
	height: auto;

	margin-left: 0;
	border: none;
	padding: 0;
}

#content p a:after {
	content: " ("attr(href)") ";
}

#content img {
	display: none;		/* Remove images. */
}

#content img.print_image {
	display: inline;	/* Except those we say to keep. */
}

#footer {
	clear: both;
	
	padding-top: 0;
	padding-bottom: 0;
	
	text-align: center;
}
