body {
	font-size: 11px; 
	font-family: verdana;
	background-image: url(images/bg.gif);
}
td {
    text-align: justify;
}
td center {
    text-align: center;
}
td b {
	font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
	color: #ff9a02;
}
td h3 {
    text-align: justify;
    padding: 5px;
    font-size: 11px;
    font-family: Verdana;
    font-weight: lighter;
}
td a {
    background-color: #ebebeb;
    text-decoration: none;
    color: #009966;
    font-size: 11px;
    font-family: Verdana;

}
td a:hover {
    background-color: #ebebeb;
    text-decoration: none;
    color: #000000;
    font-size: 11px;
    font-family: Verdana;

}
#titolo {
    background-color: #cccccc;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #009966;
    width: 50%;
    padding: 3px;
    text-indent: 10px;
    border-bottom: #009966 2px dashed;
    border-top: #009966 2px dashed;
}
.evidenzia {
    background-color: #cccccc;
    border-bottom: #009966 2px solid; 
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    padding: 2px;
}