body, table, form {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
#header-picture,
#font-switcher,
.search-bar,
#navigation,
#footer {
	display: none;
}
#logo {
	float: right;
}
#logo img {
	border: 0px;
	width: 240px;
	height: 81px;
}
a {
	color: #000000;
	text-decoration: none;
}
#content a[href]:after {
	content: " ["attr(href)"] ";
	font-size: 84%;
	font-weight: normal;
}

h1, h2 {
	font-size: 153.9%;
	font-weight: bold;
}
h2 {
	margin: 0 0 1.8em;
}
ul, ol, p {
	font-size: 108%;
	line-height: 1.3em;
}
ul, ol {
	margin-top: 15px;
	padding: 0 50px 0 25px;
	font-weight: bold;
}
ul li, ol li {
	margin: 0 0 20px;
}
li ul, li ol {
	font-size: 100%;
	margin: 0;
	padding: 12px 50px 0 25px;
}
li ul li, li ol li {
	margin: 0 0 10px;
}
#content {
	clear: both;
}
