.navigation {
	font-family: "Viner Hand ITC";
	font-size: 24px;
	font-style: oblique;
	color: #FFFFFF;
	font-weight: bolder;
	font-variant: normal;
	display: block;
	background-color: #527D94;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	text-align: center;
}

.navigation:hover {
	font-family: "Viner Hand ITC";
	font-size: 24px;
	font-style: oblique;
	color: #527D94;
	font-weight: bolder;
	font-variant: normal;
	display: block;
	background-color: #FFFFFF;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A5173;
}

.headers {
	font-family: "Viner Hand ITC";
	font-size: 24px;
	font-weight: bold;
	color: #5A5173;
}
.tiny_stuff {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5A5173;
}

.sub_headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5A5173;
	font-style: italic;
	font-weight: 700;
}

