body
{
       font-size:12 px;
       font-family:Tahoma,Helvetica,Verdana,Arial,cursive;
       padding: 0px 0px;
       text-align: left ;
       margin: 0px 0px;
/* questo cambia il colore del testo */
       color: #004459;
/* questo cambia il colore del background ma non di quello "content"*/
       background-color: #FFFFFF;
}

hr { 
     border: 0;
     height: 3px;
     color: #fff49c;
     background-color: #fff49c;
     width: 95%;
}

/*  
       --------------------------------------------------------------------------
                    Stile dei link nel body
                    (non del menu)
       --------------------------------------------------------------------------
*/ 
a
{
       text-decoration: none;
       color: purple;
}
a:hover
{
       text-decoration: none;
       color: black;
}

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

/*  
       --------------------------------------------------------------------------
                    Stile del frame del menu
       --------------------------------------------------------------------------
*/ 
.menutd
{
       margin:  0px;
       padding: 0px 2px;
       border-style: none;
       background-color: white;
}
.menuentry a 
{
        text-decoration: none;
        font-size: medium; 
        font-weight: bold; 
        font-family: serif;
        color: purple;
}
.menuentry a:hover
{ 
        text-decoration: none;
        font-size: medium; 
        font-weight: bold; 
        font-family: serif;
        color: black;
}

.menucell {
    text-align:center;
    width: 20%; 
    background-color: #f8d82d;
}

/*  
       --------------------------------------------------------------------------
                    Stile del frame  di sinistra
       --------------------------------------------------------------------------
*/ 
.imgcontainertd {
      padding: 20px;
}
.maininfo {
   text-align: center;
}
/*  
       --------------------------------------------------------------------------
                    Stile del frame  del testo
       --------------------------------------------------------------------------
*/ 
.contenttd 
{
/* questo cambia il colore del background nel "content"*/
       background-color: white;
       padding: 15px;
       width:600px;
       text-align: justify;
}
/*  
       --------------------------------------------------------------------------
                    Stile del frame del frame delle note (footer)
       --------------------------------------------------------------------------
*/ 
.footertd 
{
       background-color: #fff49c;
       background-color: #ffffff;
       text-align: center;
}
.footer 
{  font-family: Helvetica, Arial,serif; 
           font-size: 12px;
           font-weight: normal;
           text-align: center;
}





