@import url("font.css");
body{
    margin:5px;
    background-color: #EEEEEE;
}
.testo
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    COLOR: #333333;
    FONT-STYLE: normal;
    FONT-FAMILY: 'Titillium-Light', Verdana, Arial, Helvetica, sans-serif
}
.testo a:active, .testo a:link, .testo a:visited
{
    COLOR: #660033;
    TEXT-DECORATION: none
}
.testo a:hover
{
    COLOR: #660033;
    TEXT-DECORATION: underline
}
.testopp
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8px;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.testop
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: 'Lato', Verdana, Arial, Helvetica, sans-serif
}
.testop a:active, .testop a:link, .testop a:visited
{
    COLOR: #660033;
    TEXT-DECORATION: none
}
.testop a:hover
{
    COLOR: #660033;
    TEXT-DECORATION: underline
}