﻿body
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
}
   .Copy
{
    font-size: 9px;
    color: #999999;
}
.data
{
    color: #CCCCCC;
    font-size: 10px;
}
.titolo
{
    font-size: 16px;
    font-weight: bold;
    color: #515151;
}
.titolo-italico
{
    font-size: 16px;
    font-weight: bold;
    color: #515151;
    font-style: italic;
}
 .bottom
        {
            font-size: 10px;
        }
         .bottomtitle
        {
    font-weight: bold;
    font-size: 12px;
    color: #21242C;
}
a
{
text-decoration:none;
color:#666666;
}
a:hover
{
text-decoration:none;
color:#666666; 
font-weight:bold;
}