body {
  margin:20px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:12px;

a {
	color:blue;
}

a:hover {
	color:red;
}
