.nav {
	font: bold 12px "Courier New", Courier, mono;
	color: White;
	text-decoration: none;
}
.nav:hover {
	font: bold 12px "Courier New", Courier, mono;
	color: rgb(115, 255, 116);
}
H1 {
	font: bolder 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
H2 {
	font: bolder 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
