html {
	font-size: 16px;
  }

p {
	margin-top: 0;
	font-size: 1rem;
  }

#header h3 { 
	font-size: 2rem;
	font-weight: bold;

}
   
body {
    display: block;
	margin: auto;
	margin-top: 0px;
	display: flex;
  	flex-direction: column;
  	align-items: left;
	width: 86%;
	max-width: 620px;
	font-family: Arial;
  }

body.highlight {
	background-color: lightgoldenrodyellow;
  }

#content h4 { 
	font-weight: bold;
	margin-bottom: 0px;
}

a,
a:link
a:visited {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: rgb(253, 124, 146);
	text-decoration: underline;
}
