@charset "utf-8";
/* CSS Document */

.h1 {
	background:#FFFBF0;

	font:"Times New Roman", Times, serif
	font-size:54px;
	font-style: normal;
	color:#003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #003399;
}

.h2 {
	background-color:#003399;
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	color:#FFFFFF
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	display: block;
	padding: 8px;
	width: 215px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;



	background-color:#FFDF00
	display: block;
	width: 215px;
	background-color: #003399;
	padding: 8px;
}

.p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

.p1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration: none;
	color: #CC6600;
	font-style: italic;
	font-weight: bolder;
}
