.body {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	line-height: 150%;
	
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
}

:hover.menu {
	color: navy;
	text-decoration: underline;
}

.top {
	font-family: Arial;
	font-size: 12.5px;
	font-weight: bold;
	font-style: italic;
	color: white; 
	line-height:200%;
	background-color: navy;
	
}

.motto {
	color: #000080; 
	font-family: Arial; 
	letter-spacing: 1; 
	font-size: 11pt; 
    text-transform: uppercase;
    font-style: italic; 
    font-weight: bold;
    background-color: #ffffff;
}

.footer {
	font-family: Arial;
	font-size:9.5px;
	color: navy;
	
}