/**
 * Swanson Technologies print stylesheet
 * Copyright (c) 2006 William Swanson
 */

body {
	background-color: #fff;
	color: #000;
	font: 83% "Arial", "Helvetica", sans-serif;
}
code, kbd, samp {
	font: 1.1em "Consolas", "Courier New", "Courier", monospace;
}

/*Colors:*/
a {
	color: #000;
}
#content td {
	border: 1px solid #000;
}
#content th {
	border: 1px solid #000;
	font-weight: bold;
}
.boxed {
	border: 1px solid #000;
}

/*Title:*/
h1 {
	display: none;
}

/*Content:*/
h2, h3, h4 {
	font-family: "Georgia", "Times New Roman", serif;
	letter-spacing: 0.2em;
	font-weight: normal;
}

p, blockquote, dl, ol, ul {
	text-align: left;
}

/*Small print:*/
.copyright {
	font-size: 0.75em;
}