body {
 background: #86CEDB;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #003398;
}
h1.titulo{
 text-align: center;
}
div.bg1{
	color: black;
	font-size: 10px;
}

div.bg2{
	color: black;
	font-weight: bold;
	font-size: 15px;
}

div.errore{
    border-style: groove;
	color: RED;
	font-size: 15px;
	margin: 5px;
	text-align: center;
}
p.normal{
    text-align: justify;
}
p.bottom{
    font-size: 10px;
    text-align: center;
}
td.Lavori{
    text-align: center;
    vertial-align: middle;
}

a:link { color: red; }
a:visited { color: red; } 
a:hover { color: blue; } 


a.tableape:link { 
    color: red; 
    font-size: 15px;
}
a.tableape:visited { 
    color: red; 
    font-size: 15px;
} 
a.tableape:hover { 
    color: blue; 
    font-size: 17px;
} 

