body 
{  
   font-family:Arial;
   font-size:12px;
   line-height:14px;   
}

h1{
  font-size:140%;
  line-height:140%;   
  font-weight:bold;
  color:#990000;
}
h2{
  font-size:120%;
  line-height:120%; 
  font-weight:bold;
  color:#990000;
}
h3 {
  font-size:110%;
  line-height:110%; 
  font-weight:bold;
  color:#990000;
}
h4 {
  font-size:100%;
  line-height:100%; 
  font-weight:normal;
  color:#990000;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border:0;
	clear:both;
}
p {margin:0;padding:0}


a 
{
   color: #f16701;
   text-decoration:none
}
a:hover
{
  text-decoration:underline;
}


label 
{
  padding:2px 0;
}

.Titolo
{
  font-size:140%;
  line-height:140%;   
  font-weight:bold;
  color:#990000;
}
.SottoTitolo
{
  font-size:120%;
  line-height:120%; 
  font-weight:bold;
  color:#990000;
}

.Attenzione
{
    font-size:110%;
    line-height:140%;
	background: #fdfd83;
	font-weight: bold;
	color:#000000; 
	padding:2px 0;
	display:inline;
}

.Giallo 
{
	color:#884400;
	font-weight:bold;
}