/* if you like it in print... */

body {
	font: 90%/150% Arial, sans-serif;
	margin: 1em;
}
/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: inline-block;
}
.clear { 
	display: block;
}
.clearboth {
	clear: both;
}
/* self clearing - end */
hr,
#topbanner,
#global,
#navi,
#action,
#side {
	display: none;
}
h1 {
	margin-bottom: -0.1em;
}
h2 {
	font-size: 100%;
	margin-bottom: -1em;
}
h3, h4 {
	font-size: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
#content p.intro {
	font-weight: bold;
}
#content img.left {
	border-bottom: 2px solid #000;
	float: left;
	margin: 0 1em 1em 0;
}
#content blockquote {
	color: #666;
	font-family: "Georgia", Arial, sans-serif;
	font-size: 120%;
	font-style: italic;
}
#content dl {
	margin-top: -1em;
}
#content dt {
	color: #666;
	font-size: 80%;
}
#content dd {
	margin-bottom: 1em;
}
#footer {
	border-top: 4px solid #ccc;
	clear: both;
	color: #666;
	font-size: 80%;
	padding: 1em 0 0 0;
}

/* frontpage */

