*{
	margin: 0;padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
	background-color: transparent;
	color: #000000;
	border: none;
	outline: none;
	font-family: "Verdana";
}

html, body{
	position: relative;
	width: 100%;
	height: 100%;
}

body{
	overflow-x: hidden;
	background-color: #e0dab5;
}

h1{
	font-size: 32px;
	line-height: 40px;
}
h2{
	font-size: 24px;
	line-height: 32px;
}

li:hover{
	background-color: #59a856;
}

.editable {
	font-size: 18px;
	list-style: none;
	color:  rgb(87, 6, 16);
}