body {
	background-color: #339900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: white;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25pt;
	text-decoration: none;
	font-weight: normal;
	color: white;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-decoration: none;
	font-weight: normal;
	color: white;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: white;
}

h4 {
	font-size: 18pt;
	font-weight: 200;
}

h5 {
	font-size: 22pt;
	font-weight: 500;
}

h6 {
	font-size: 14pt;
	font-weight: normal;
}


table.pagina {
	width: 800px;
	background-color: #036;
}

div {
	font-size: 12px;
}

div.x {
	font-size: 14px;
}

p {
	font-size: 11pt;
}

a {
color:white;
font-family: Arial;
text-decoration:underline;
}

a:hover {
color: White;
}

a.menu{
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	font-size: 14px;
	padding: 4px;
	margin: 0px;
}

a.menu:hover {
text-decoration: underline;
background-color: #390;
padding: 4px;
margin: 0px;

}

a.home{
	font-family: Arial;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	margin-right: 50px;
	background-color: #036;
}

#map{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: Black;
	text-align: left;
}

#tablist{
padding: 4px;
margin-left: 0px;
margin-right: -4px;
margin-bottom: 4px;
margin-top: 4px;
}

#tablist li{
list-style: none;
display: inline;
margin: 0px;
}

#tablist li a{
font-family: Arial; 
font-style: normal; 
font-size: 16px; 
text-decoration: none;
padding: 4px 0.5em;
margin: 0px;
background: #390;
}

#tablist li a:link, #tablist li a:visited{
	color: white;
	font-weight: 600;
}

#tablist li a.current{
background: #036;
}


#tabcontentcontainer{
width:100%;

}

.tabcontent{
display:none;
}

