/* CSS Document */
body         { background-color: #003663}
p{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #FFE29F;
line-height: normal;
padding: 3px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #ED8958;
	text-decoration: none;
	font-size: 16px;
}
.Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #A0ABFF;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #BB5651;
	padding: 6px;
	display: block;
	width: 139px;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #ffcc00;
	padding: 6px;
	display: block;
	width: 139px;
}


li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #451F26;
	line-height: normal;
	padding: 3px;
	font-weight: normal;
	}
