@charset "utf-8";
/* CSS Document */

.Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom:2px;
	display: block;
}

.Navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom:2px;
	display: run-in;
	letter-spacing: 1px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
