body{
	font-family: verdana, arial;
	font-size: 14px;
	color: #000000;	
	margin: 0;
	background-color: #97A8B6;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	font-weight: bold;
	}

h1{
	font-size: 20px;

	}
h2{
	font-size: 20px;
	}
h3{
	font-size: 18px;
	}
h4{
	font-size: 16px;
	}
h5{
	font-size: 14px;
	}	





a:link {
	text-decoration: underline;
	color: #33536B;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #336B61;	
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #6B3347;	
	font-weight: bold;
}


#nav h1{
	font-size: 18px;
	color: #FFFFFF;
}

a.nav:link, a.nav:visited, a.nav:hover{
	text-decoration: none;	
}


a.bb:link { 
        color: #798EA0;
		font-size: 9px;
		text-decoration: none;
}
a.bb:visited { 
        color: #000066;
		font-size: 9px;
		text-decoration: none;
}
a.bb:hover { 
        color: #000066;
		font-size: 9px;
		text-decoration: none;
}
.li {
	list-style-type: circle;
}
