html{
	font-family:Arial;
	font-size:1em;
	height:100%;
	scroll-behavior:smooth;
}

body{
	margin:0px;
	padding:0px;
	background-color:#f1f1f1;
	height:100%;
}

.simplecontent{
	width:80%;
	max-width:760px;
	margin:0 auto;
	text-align:justify;
}

.simplecontent h1,h1,strong{
	color:#2f6952;
}

@media only screen and (max-width: 980px){
	html{
		font-size: 2em;
	}
	
	.simplecontent{
		text-align:left;
	}
}

.noscrolling{
	overflow-y:hidden;
}