﻿body
{
    font-family: 'MV Boli';
    color: #666666;
    
    background-repeat: repeat;
}
.Titolo
{
    font-family: verdana;
    font-size: 12pt;
    font-weight:bold;
    color: #CC9900;
}
.Home
{
    background-color:White;}
    
    .barra 
    {
        }
    .barra a
{
    background-image: url('images/home.PNG');
}
    .barra a:hover
{
    background-image: url('images/home2.PNG');
    width:200px;
    height:50px;
}

