body {
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;
}
a:hover {
	text-decoration: blink;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
}
.nav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 75%;
	background-color: #0E81F1;
	display: block;
	border: thin solid black;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.nav a:hover {
	text-decoration: underline;
	background-color: #F8EF05;
	color: #000000;
}
h1 {
	font-size: 136%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
