@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.75em;
	font-family: "Georgia", serif;
}

a:link, a:visited {
	color: #2222bb;
}

a:hover {
	color: #b30000;
}

hr {
	border-left:0;
	border-right:0;
	border-top:thin solid #777;
	border-bottom:thin solid #777;
	height:0.25em;
}

h1 {
	margin:2em 0 1em 0;
	font-size:2.25em;
	line-height:1.25em;
	font-style:italic;
}

h2 {
	margin: 2em 0  1em 0;
	font-size:1.75em;
}

p {
	text-align:justify;
}

#wrapper {
	width:840px;
	margin:0 auto 0 auto;
}

#references {
	list-style-type: decimal;
}

.author {
	font-size:1.25em;
	font-weight:bold;
	text-align:right;
	margin-bottom:2em;
}

.author:before {
	content:" Author: ";
}

.acknowledgment {
	margin:5em 0 9em 0;
	padding:1em 0;
	border-top: double 0.25em #777;
	border-bottom: double 0.25em #777;
}

.clear-top-margin {
	margin-top:1em;
}

.small {
	font-size:small;
}
