html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body
{
    font-family: Verdana, Tahoma, Arial, "Trebuchet MS";
    font-size: 12px;
    color: #EDEF8E;
    background-color: #333333;
    background-repeat: no-repeat;
    background-position: center center;
}
form
{
    margin: 0px;
    padding: 0px;
}

a
{
    color: #E3C899;
    text-decoration: none;
}
a:hover
{
    color: #E3C899;
    text-decoration: underline;
}
a.menu
{
    font-size:14px;
    color: #E3C899;
    font-weight:bold;
    text-decoration: none;
    margin-right:20px;
    margin-left:10px;
}
a.menu:hover
{
    font-size:14px;
    color: #E3C899;
    font-weight:bold;
    text-decoration: underline;
    margin-right:20px;
    margin-left:10px;
}

a.menu_selezionato
{
    font-size:14px;
    color: #CD9537;
    font-weight:bold;
    text-decoration: underline;
    margin-right:20px;
    margin-left:10px;
}


.button
{
    background-color:#E0CA94; color:#000000; border:1px solid #000000
}
.title
{
    margin:0px; padding:0px; font-size:14px
}
