﻿body {
}

.testo_std
{
    font-size: 8pt;
    color: black;
    font-family: Verdana, Arial;
}

a:hover
{
    text-decoration: underline;
    font-weight: normal;
    color: #e02e2c;
}

.testo_link
{
    color: #7d7b7c;
    font-weight: normal;
    text-decoration: none;
}

.testo_tab
{
    font-size: 7pt;
    color: black;
    font-family: Verdana, Arial;
    height: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.testo_validator
{
    margin-left: 5px;
}

.testo_std_giustificato
{
    font-size: 8pt;
    color: black;
    font-family: Verdana, Arial;
    text-align: justify;
}

.testo_link_rosso
{
    color: #e02e2c;
    font-weight: normal;
    text-decoration: none;
}

div#container {
  width:640px; 
}
.centrato {
  margin:0 auto;
}
