body{
	font-family:helvetica, arial, sans;
	background-color:#E8E8E8;
}

h1{
	margin-top:0px;
	margin-bottom:5px;
}

canvas{
	background-color:#FFFFFF;
}

ul{
	padding:0px;
	list-style-type: none;
}

li{
	display: inline;
	margin-right:20px;
}

#header{
	color:black;
	-webkit-text-stroke:none;
	text-shadow:none;
}

#header:hover{
	color: red;
	-webkit-text-stroke:1px orange;
	text-shadow:0px 0px 1px yellow;
}

#options{
	position:fixed;
	right:0;
	top:0;
	z-index:1;
	padding:5px;
	background-color:#C2C2C2;
	border-radius: 0px 0px 0px 5px;
}

#resize{
	margin-right:auto;
	margin-left:auto;
}