﻿body {
}
.Titolo
{
    font-family: 'Century Gothic';
    font-size: 10pt;
    color: #333333;
    text-align: center;
}
.LinkCentury
{
    font-family: 'century Gothic';
    font-size: 8pt;
    color: #333333;
}
.LinkCenturyRed
{
    font-family: 'century Gothic';
    font-size: 10pt;
    color: #FF0000;
}
.Vita2000
{
background-color: #FFA500; 
text-align: left; 
font-family: 'Times New Roman'; 
font-size: 48pt; 
color: #FFFFFF;
}
.SottoTitolo
{
    font-family: 'Century Gothic';
    font-size: 10pt;
    color: #333333;
    text-align: right;
    padding-left: 30px;
}
.BarraArgomento
{
    font-family: 'century Gothic';
    font-size: 10pt;
    background-color: #FF9900;
    border-bottom-style: ridge;
    border-color: #C0C0C0;
    padding-left: 5px;
    vertical-align: middle;
    text-align: left;
}
.Testo
{
    font-family: 'century Gothic';
    font-size: 10pt;
    color: #333333;
    text-align: left;
    vertical-align: top;
    background-color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
}
.TitoloMarrone
{
    border-width: thin;
    font-family: 'century Gothic';
    font-size: 11pt;
    color: #800000;
    text-align: left;
    vertical-align: top;
    background-color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom-style: solid;
}