@charset "utf-8";
/* CSS for print*/
#header, #footer, #breadcrumb {
	display:none;
}

body {
	font-family:"Times New Roman", Times, serif;
	background-color:#fff;
	color:#000;
	font-size:small;
}
#content:before {
	content:"This is a print version of the page. All screen elements other than content have been removed."
}
#bigbox:after {
	font-size:smaller;
	content:"copyright© 2008 Kent Rice all rights reserved."
}
#content{
	vertical-align: top;
	text-align: left;
}
#content ol{
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}
ol li ol {
	list-style-position:inside;
}
ol>li>ol {
	list-style-position:inside;
	margin: 1px;
}

a:after {
	content: " [" attr(href) "] "; 
	font-size: smaller;
}
