@charset "utf-8";
/* CSS Document */
html {  	
height: 100%;
width: 100%;
	display: grid; align-items: center;
}
body {width: 60%; 
	font-family: serif;
	line-height: 1.2;
	font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}
h1 { font-size: 2.0em; }
h4 { font-size: 1.2em; }

hr {
border-top: 1px solid red;
margin: 40px 0px;
}

a {text-decoration: none;
color: black;
	font-weight: bold;
}

img {max-width: 100%;height: auto;}

@media only screen and (max-width: 800px) {
body {width: 90%; 
}

}