body {
  color: black;
  font-family: Arial, Sans;
	font-size: 10pt;
	background: white;
	margin: 10px;
	}
	
a{
  text-decoration: none;
	}
	
a:hover{
  text-decoration: underline;
	}
	
p {margin-top: 0px;}

h1 {display: inline;}
h2 {display: inline;}
h3 {margin-bottom: 0px; margin-top: 5px;}

div {border: 1px solid #c7cfd5; background: #f1f5f9; padding: 5px;
 margin-top: 5px; margin-bottom: 5px;}