html, body { 
font-family: Arial;
height:100%;
color: #585858;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
background-color: #ffffff;
} 


#pippo { 
height:100%;
}

td {
	FONT-SIZE: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	FONT-SIZE: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
}

h1 {
COLOR: #C73400;
font-weight: bold;
margin-top: 0px;
margin-bottom: 4px;
font-size: 19px;
}

h2 {
COLOR: #C73400;
font-weight: bold;
font-style: italic;
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
}

a:link       { color: #585858 }
a:visited    { color: #585858 }
a:hover      { color: #C73400 }

a.menu:link {text-decoration: none;}
a.menu:visited {text-decoration:none;}
a.menu:hover {text-decoration: none;}
a.menu:active {text-decoration: none;}

.forms {
font-family: Arial;
FONT-SIZE: 10px;
border: 1px solid #c0c0c0;
}