body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: #000066;
}

table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #000066;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000066;
}

.navigation {
	width: 20%;
	float: left;
}

.content {
	width: 80%;
	float: left;
	padding: 5 5 5 5;
	background-image: url("../images/bkgnd.jpg");
}

.navigation a {
	color:#ffffff; 
	text-decoration: none;
}

.footer {
	width: 100%;
	font-size: 80%;
	background-color: #FF9900;
}
