body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #774e07;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #473009;
}

a:hover {
	text-decoration: underline;
}

div.main_content {
	margin: 40px 20px 20px 40px;
	width: 500px;
}

h1 {
	border-bottom: 2px solid #000000;
	margin-bottom:40px;
	font-size: 30px;
}

p {
	line-height: 120%;
	text-align: justify;
	font-size: 16px;
}

p.excla {
	margin-left: 10%;
	margin-right: 10%;
	font-style: italic;
	text-align: center;
	font-size: 130%;

}

hr.plain {
	margin: 20px 0px 30px 0px;
}