html {
	margin: 0em 4em;
	background: url(/graphics/qsa_logo.png) top center;
	background-repeat: no-repeat;
}

body {
	font-family: serif;
	font-size: 12pt;
	vertical-align: top;
	margin: 5.5em 0 0 0;
	white-space: normal
	line-height: 110%;
}

a {
	text-decoration: none;
}

ul, ol {
	color: #333;
}

p {
	margin: 0 0 0.5em 0;
}

.pr {
	font-family: sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	line-height: 100%;
	margin: 0;
}

.contact {
	font-family: sans-serif;
	font-size: 10pt;
	margin: 1em 0;
}

.headline {
	font-size: 24pt;
	font-family: sans-serif;
	line-height: 100%;
	font-weight: 900;
	margin: 0.5em 0;
}

.subhead {
	font-size: 18pt;
	font-family: sans-serif;
	line-height: 100%;
	font-weight: 900;
	margin: 0.5em 0;
}

.main p {
	margin: 0.5em 0 0 0;
	text-indent: 1em;
}

.main p.leader {
	margin: 1.0em 0 0 0;
	text-indent: 0.0em;
	font-weight: bold;
}

.footer {
	font-size: 10px;
	font-family: sans-serif;
	text-align: center;
	margin: 1em 0 0 0;
}

.typo {
	border: 1px red dotted;
	color: blue;
	background-color: yellow;
}

.revision {
	background-color: #ceffca;
}

.deletion {
	border: 1px red dotted;
	color: blue;
	background-color: yellow;
	text-decoration: line-through;
}