﻿body
{
    background-image: url('images/Sfondo.jpg');
    background-repeat: repeat-x;
    font-family: Verdana;
}
input
{
    font-family: 'Courier New' , Courier, monospace;
}
.maiuscolo
{
    text-transform: uppercase;
}
th
{
    background-color: #3D4466;
    color: #FFFFFF;
    height: 30px;
}
.center
{
    text-align: center;
}
.grigiochiaro
{
    color: #C0C0C0;
}

