@import url(screen_base.css);
/* Elementi corpo principale ---------------------- */
html, body {
	background-color: #fff;
    width: 100%; 
    height: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	color: black;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h1, h1 a:link, h1 a:active, h1 a:visited {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #059209;
	margin: 5px auto;
	text-decoration: none;
}
h1 a:hover {
    text-decoration: underline;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #184195;
	margin: 5px auto;
	text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}
h3{
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #939598;
	margin: 5px auto;
}
h4{
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: white;
	margin: 10px auto;
}
h5{
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #184195;
	margin: 5px auto;
}
h6 {
	  line-height: 1.8em;
	  font-family: Verdana, Geneva, Arial, sans-serif;
	  font-size: 11px;
	  color: #4d73bf;
	  font-weight: bold;
	  text-decoration: none;
	  padding: 2px;
	  height: 20px;
	  padding: 0px;
	  border: 0px;
	  margin-top:1px;
	  text-indent: 10px;
	  background-color:#fff;
	  background:url(../paginazione/fondi/fondo_rico.jpg) left no-repeat;
}
hr {
	color: #0096d4;
	background-color: #0096d4;
	width: 100%;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-bottom: 0;
}