﻿body 
{
    margin: 3px auto;
    text-align: center;
    padding: 0px;
}
/* Definisco linea arancione alla destra del menu e relativi link */
#banda_arancio
{
    background-color: #FF6E01;
    height: 30px;
    width: 360px;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    color: White;
    font-weight: bold;
    letter-spacing: 1px;
    vertical-align: 60%;
}
/* linea sfumata verde sotto il menu */
#sotto_menu
{
    background-image: url("Immagini/piede.jpg");
    background-repeat: repeat-x;
}
/* Definisco la classe titolo "AVI FAUNA" */
.titolo
{
    color: #40B850;
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    vertical-align: bottom;
}
.box
{
    background-color: White;
    border: 1px solid #23932F;
    font-family: Verdana;
    font-size: 10px;
    letter-spacing: 1px;
    color: #23932F;
}
.txtModulo
{
    font-family: Verdana;
    font-size: 10px;
    letter-spacing: 1px;
    color: #23932F;
}
.txtModuloMini
{
    font-family: Verdana;
    font-size: 9px;
    letter-spacing: 1px;
    color: #23932F;
}
.bottone
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: White;
    color: #23932F;
    cursor: pointer;
    border: 1px solid #23932F;
}
.errore
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.txtMsg
{
    font-family: Verdana;
    font-size: 10px;
    letter-spacing: 1px;
    color: #23932F;
}
#webmaster a
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    color: White;
    text-decoration: none;
}
#webmaster a:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #77DE7F;
    letter-spacing: 1px;
    text-decoration: none;
}