body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: black;
	background-color: white;
	line-height: 120%;
	margin: 0;
}
a {
	color: black;
	text-decoration: none;
}
#content {
	padding: 0;
	position: static;
	width: auto;
}
#content .head {
	text-decoration: none;
	font-weight: bold;
	font-size: 21px;
}
#content h1 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	margin-top: 46px;
	margin-bottom: 1em;
}
#content h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#content p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.path {
	font-weight: bold;
}
#content hr {
	width: 100%;
	margin-bottom: 2em;
}
#logo {
	left: auto;
	right: 0;
	top: 0;
	width: auto;
}
#logo img {
	height: 112px;
	width: 87px;
}
