
body
{
       margin: 0; padding: 0; text-align: center; 
       margin-top: 20px;
       font-size:12 px;
       font-family:Tahoma,Helvetica,Verdana,Arial,cursive;
       color: #005588;
       background-color: #FFFFFF;
}


/*  
       --------------------------------------------------------------------------
                    Stile dei link nel body
                    (non del Menu)
       --------------------------------------------------------------------------
*/ 
a
{
       text-decoration: none;
       color: #6c4136;
       color: #b4670c;
}
a:hover
{
       text-decoration: none;
       background-color: #ededed;
}

/*  
       --------------------------------------------------------------------------
                    Stile del frame dello header
       --------------------------------------------------------------------------
*/ 
.headertd
{
       /* 
       background-color: #aa4357;
       background-image: url(/~igm50/images/headerbg.jpg);
       background-repeat: repeat-x;
       */
}

/*  
       --------------------------------------------------------------------------
                    Stile del frame del menu
       --------------------------------------------------------------------------
*/ 

ul.menu {
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 0px;
}

li.menuentry {
        border-top: 1px solid #aaa;
        widtdh: 250px;
        list-style-type: none;
        margin-left: 0px;
} 

li.lastentry {
        border-bottom: 1px solid #aaa;
}

li.menuentry:hover {
        background-color: #ededed;
}
.menuentry a 
{
        text-decoration: none;
        font-size: 1.3em; 
        /* font-family: "Century Gothic"; */
        color: #005588;
        width: 180px;
}
.menuentry a:hover
{ 
        /* color: white; */
}


#footer {
    color: white;
    background-color: #3976b9;
           font-family: Helvetica, Arial,serif;
           font-size: 12px;
           font-weight: normal;
           text-align: center;
}
#footer a {
    color: white;
    font-weight: bold;
}

#footer td
{
       text-align: center;
}
