body {
background: #ebe9f4;
font-family: Verdana;
font-size:11px;
}
 a {
    text-decoration:underline;
    color: #e83018;
}
 a.head {
    padding: 2px 32px 8px 8px;
    text-decoration: none;
    color: #e83018;
    display: block;
}
a.footer {
    padding: 2px 32px 8px 8px;
    text-decoration: none;
    color: #868298;
    display: block;
}
a.news {
    padding: 2px 32px 8px 8px;
    text-decoration: none;
    color: #800080;
}
 a.visited {
    text-decoration: underline;
    color: #e83018;
}
h2 {
font-size:11px;
}
div.top {
	background-color: #ebe9f4;
	color: white;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
div.middle {
	background-color: white;
	color: black;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
div.footer {
	background-color: transparent;
	color: #0099cc;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
div.subfooter {
	background-color: #ebe9f4;
	color: white;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
div.titolo {
	text-align: center;
	border: solid; 
	border-color: gray;
	width: 90%;
    background: #ebe9f4;
}
div.foto {
	color: white;
	background: #ebe9f4;
	padding-left: 5px;
	padding-right: 5px;
}
p.testonews{
	color: #0066cc;
    text-align:justify;
    line-height: 16px;
}