/* CSS Document */

<style type="text/css">


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: x-large;
	color: #403217;
}

h1, h2 {	
	margin-top: 1%;
	font-size: 24px;
	font-weight: bold;
	color: #403217;
	text-decoration: underline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #403217;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14pt;
	text-align: center;
}

a {	
	font-size: 20px;	
	color: #403217;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
a:hover {
	color: #333333;
}
div {
	margin-left: 200px;
	margin-right: 200px;
	border:solid;
	border-width:1px;
	padding-bottom: 5px;
}
</style>

