#core a:link:after, #core a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ")";
   font-size: 90%;
   }
#core a[href^="/"]:after, #footer a[href^="/"]:after {
   content: " (http://www.krowland.com" attr(href) ")";
   font-size: 90%;
   }
#wrapper {
	padding: 0;
	width: auto;
}
body {
	font: 66% verdana, arial, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
#content {
	font-size: 0.9em;
	clear: both;
	padding-top: 1.2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	border-bottom: #ccc 1px solid;
	padding-bottom: 1em;
	background-color: #fff;
	color: #000;
}
#menu {
	display: none;
}

p {
	font-size: 0.9em;
	line-height: 150%;
}
h2 + p {
	margin-top: 0;
}
h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-family: cochin, garamond, arial, sans-serif;
	font-size: 1.5em;
	page-break-after: avoid;
}
h1 {
	font-size: 1.8em;
	font-family: cochin, garamond, arial, sans-serif;
}
h3 {
	font-family: cochin, garamond, arial, sans-serif;
	margin-top: 1.5em;
	margin-left: 1em;
	page-break-after: avoid;
}
code {
	font-size: 1.3em;
}
abbr {
	border-bottom-width: 0;
}
pre {
	border: 1px solid #8f8375;
	padding: 0.5em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.8em;
	line-height: 110%;
}
#core > pre {
	font-size: 1em;
}
#content a:link {color: #000; background-color: #fff;}     /* unvisited link */
#content a:visited {color: #333; background-color: #fff;}  /* visited link */
#content a:hover {color: #333; background-color: #fff;}   /* mouse over link */
#content a:active {color: #333; background-color: #fff;}   /* selected link */
#header {
	height: 4em;
	border-bottom: 1px solid #ccc;
	}
#title {
	font-size: 4em; 
	font-family: cochin, garamond, arial, sans-serif;
	color: #333;
	margin-top: 0.1em;
	background: transparent;
}
#title img {
	vertical-align: bottom;
	border: none;
	padding-left: 0.5em;
	/*margin-bottom: -0.3em;*/
}
#footer {
	background: #fff url("/images/corner3.png") top right no-repeat;
	margin-top: -1.5em;
	page-break-before: avoid;
}
#footer_text {
	background: transparent url("/images/corner4.png") top left no-repeat;
	margin-bottom: 0.5em;
	color: #333;
	margin-top: 2em;
}
#footer_text p {
	text-align: center;
	font-size: 0.7em;
	color: #333;
	background: transparent;
}
#footer_text p a:link {color: #333; background-color: #fff;}     /* unvisited link */
#footer_text p a:visited {color: #333; background-color: #fff;}  /* visited link */
#footer_text p a:hover {color: #666; background-color: #fff;}   /* mouse over link */
#footer_text p a:active {color: #333; background-color: #fff;}   /* selected link */
#content ol li, #introduction ol li {
	font-size: 0.85em;
	margin-top: 0.2em;
}
#content ul li {
	font-size: 1em;
	margin-top: 0.3em;
}
