﻿body 
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    color: Black;
    BACKGROUND-COLOR: #A39572;
}
/* colore di appoggio */
.colore2
{
    background-color: #A8976C;
}

.link
{
    color: White;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
}

.link A
{
    color: White;
    text-decoration: none;       
}

.link A:hover
{
    text-decoration: none;  
    color: Highlight;     
}

.link2
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
}

.link2 A
{
    color: black;
    text-decoration: none;       
}

.link2 A:hover
{
    text-decoration: none;  
    color: Highlight;     
}

.testo
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
}


.foto img
{
   border: solid 1px black;
}

.foto img:hover
{
   border: solid 1px Highlight;
}

.select
{
    background-color: #a8976b;
    color: white;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
}

.DynamicMenu
{    
    margin-top: 1px;  
    z-index: 100; /* IE 8 menu fix */
}