body {
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: #fff;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

#quickDownload {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	color: #000;
	padding: 10px 5px 10px 5px;
	text-align: center;
	border: 1px solid #888;
	font-size: small;
}

/* Modify the HR tag to have a color scheme similar to that of the
   navigation bar. */
hr {
	border-top: 1px solid #bba;
	border-bottom: 1px solid #eec;
	border-left: 1px solid #bba;
	border-right: 1px solid #eec;
	width: 80%;
}

/* The body of the page should be placed in a div tag with ID "content". */
#content {
	margin-left: 200px;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
}

/* This style is used for small notations throughout the page. */
.footnote {
	font-size: x-small;
}

.quotation {
    font-size: small;
    width: 90%;
    margin: auto auto;
    text-align: justify;
}

/* Stupid IE hack... */
.quotationWrapper {
    text-align: center;
}