body
{
	background: #0A0E14;
	/* https://stackoverflow.com/questions/32660748/how-to-use-apples-new-san-francisco-font-on-a-webpage */
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
}
div
{
	background: white;
	color: black;
	width: 850px;
	margin: 10px auto;
	padding: 20px;
}
p
{
	margin-top:0px;
}
h1
{
	text-align: center;
	font-size: 20px;
}
h2
{
	text-align: left;
	font-size: 14px;
}
a
{
	background-color: black;
 	color: white;
  	padding: 1em 1.5em;
	display: block;
	text-align: center;
	font-size: 20px;
	width: 400px;
	margin: 20px auto;
	padding: 30px;
	text-decoration: none;
	border: 1px solid #000000;
}
a:hover 
{
  text-decoration: underline;
  color: lightblue
}