body {
	
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
	line-height: 		1.6em;
	background-color:	#9bb;
}


h1 {
	text-align:	center;
	font-size: 	200%;
	font-weight:	normal;
	color: 		#0000ff;
	border-bottom:  dotted #888888;
}

h3 {
	text-align:	center;
	font-size: 	170%;
	font-weight:	normal;
	color: 		#0000ff;
	border-bottom:  dotted #888888;
}

h4 {
	text-align:	center;
	font-size: 	130%;
}

p.icaolink {
	text-align:	center;
	color: 		#000066;
}
p.note {
	text-align:	center;
	font-size: 	80%;
}

a {
	color: 		blue;
}

a:hover {
	color: 		red;
}
.logo {
	padding:	25px;
}

#map {
	text-align:		center;
	border-color:		#000066;
	border-width:		thick;
	border-style:		solid;
	width:			800px;
	background-color:	#B0C4DE ;
	padding:		5px;
	margin-left: 		auto;   
	margin-right: 		auto; 
	color:			black;  
}


#feedback {
	text-align:		center;
	color:			red;
}

#footer {
	font-size: 		90%;
	text-align:		center;
	line-height:		normal;
	margin-top:		30px;
	color:			blue;
}