body {
	background : #6495ED;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0;
	padding:0;
}

H1 {
	color:#006699; /* font color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

H2 {
	/*color:#99FF66; /* old font color */
	color:#CC0066; /* font color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

H3 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
} 

H4 a {
	color: #000;
	text-decoration: none;
} 

H4 a:hover {
	text-decoration: underline;
} 

H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

H5 a {
	color: #000;
	text-decoration: none;
}

H5 a:hover {
	text-decoration: underline;
}

#navbar {
	align: center;
	position: relative; 
	float: top; 
	margin: 0, auto, auto;
} 

#navbar table {
	align: center;
	border-top:2px #444 solid;
	border-bottom:2px #444 solid;
	padding:0;
}

#navbar td {
	align: center;
	height:30px;
}

#navbar a {
	background:#94ED63;
	color:#3B9BA3; /* font color */
	display:block;
	text-decoration:none;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navbar a:hover {
	background:#fff;
	color:#000; /* font color */
	}
	
.nav {
	font-weight: bold;
	background-position: center center;
}

