body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
blockquote {
}
h1,h2,h3,h4,h5,h6,p,pre,ul,li,ol,img,hr,form,table,tr,th,td, blockquote {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 200%;
}
h2{
	font-size: 180%;
}
h3{font-size: 160%}
h4{font-size: 140%}
h5{font-size: 120%}
h6{
	font-size: 90%;
	font-weight: normal;
}
h1, h2, h3, h4, h5{
	line-height: 100%;
	margin-top: 1%;
} /*margini x i titoli*/
p, blockquote, pre, ol, dl, ul, form {
	line-height: 130%;
}
blockquote {
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 5%;
}
ol, ul{
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 5%;
}
p {
	padding-bottom: 0.25%;
	padding-top: 0.25%;
}
img {border: none;}
hr {border: 1px solid #999999;}
/* Link */
a:link {
	color: #51231E;
	text-decoration: none;
}
a:visited {
	color: #51231E;
	text-decoration: none;
}
a:active {
	color: #51231E;
}
a:hover {
	color: #814238;
	text-decoration: underline;
}
a:active, a:focus{
	outline:none;
}
/* Opzionali */
.txBianco {
	color: #FFF;
}
.txRossoScuro {
	color: #900;
}
.txBlu {
	color: #185DA1;
}
.txVerde {
	color: #004D37;
}
.txVerdeMarcio {
	color: #577907;
}
.txMarrone {
	color: #857759;
}
/* DIV */
.separatore {
	clear: both;
}

