H1 {
	font-size : 24px;
	text-align : center;
	align : center;
}
H2 {
	font-size : 18px;
	text-align : left;
	align : center;
}

BODY {
	background-color : white;
	color : black;
}
A,  A:LINK, A:VISITED {
	font-weight : bold;
	color: blue;
}
A:HOVER {
	color:red;
	font-weight : bold;
}
.NAV:LINK, .NAV:VISITED, #NAV:LINK, #NAV:VISITED {
	color : Black;
	font-family : sans-serif;
	font-weight : bold;
	text-decoration : none;
}
.NAV:HOVER, #NAV:HOVER {
	color : white;
	background : #83C3B6;
}
