body {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	background-color: #fff;
	overflow: hidden;
}

#myCanvas {
	background-color: #fff0e0;
	position: absolute;
	top: 170px;
	left: 00px;
	width: 800px;
	height: 1400px;
}

h1 {
	font-family:'Amaranth', sans-serif;
	font-size:42px;
	margin-bottom:2px;
	margin-top:10px;
}
p { font-family:'Amaranth', sans-serif; }

a:link,
a:visited {
	text-decoration: none;
	color: black;
}

a:hover,
a:active {
	text-decoration: underline;
	color: black;
}
