/* CSS Document */

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #1B2C71;
	padding: 8px;
	text-decoration: none;
	display: block;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #1B2C71;
	padding: 8px;
	text-decoration: none;
	display: block;
	background-color: #4e5dac;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	margin: 6px;
}

.headerabout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	margin: 6px;
	font-weight: bold;
}

.abouttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	margin: 6px;
	line-height: 20px;
}
