html {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #4f2f12;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 10px 10px 10px 10px;
	background-color: #ffffff;
	color: #4f2f12;
	overflow: hidden;
}

h1 {
	margin-left: 62px;
	margin-top: 25px;
}

p {
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-align: justify;
	margin: 24px 62px 0px 62px;
	line-height: 1.5em;
}

a {
	font-family: Verdana, Helvetica, Lucida Grande, Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #4f2f12;
}

a:hover {
	text-decoration: underline;
}

img.picture {
	border: 1px solid #4f2f12;
}

#imgDiv {
	width: 100%;
	height: 100%;
}

