/*
 * Copyright (c) 2007,2009-2010 Sven Klose
 */

.content {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.content * {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
    line-height: 1.5em;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 2.25em;
}

.section {
    font-size: 1.5em;
}

.subsection {
    font-size: 1.125em;
}

.section, .subsection {
	text-align: left;
}

.preformatted,
.p {
    font-size: 0.75em;
}

.label {
	display: block;
	text-align: center;
}

.ruler {
	width: 90%;
	border: none;
	height: 1px;
	color: black;
}

.olist,
.ulist {
	margin-left: 1.5em;
	vertical-align: top;
    font-size: 0.75em;
}

.listitem {
	padding: 0em;
	margin: 0em;
}
