body {
	color: black;
	background-color: white;
	font-family: "Courier New", Courier, Arial, sans-serif;
	font-size: small;
	text-align: center;
}

H1{
	font-family: Arial, Courier, sans-serif;
	font-size: 12px;
	color: blue;
}
H2{
	font-family: Arial, Courier, sans-serif;
	font-size: 10px;
	color: gray;
}
H3{
	font-family: Arial, Courier, sans-serif;
	font-size: 12px;
	color: gray;
}
H4{
	font-family: Arial, Courier, sans-serif;
	font-size: 14px;
	color: black;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}