body {
    background-color: #C0C0C0;
    background-image: url("img/sfondo.gif");
    font-family: verdana,arial,sans-serif;
    font-size: 85%;
    color: #191970;
    letter-spacing: 1px;
  }
  
table{
    border : 1px solid #708090;
    width : 96%;
    margin : 0px auto;
  }
  
th{
    border-right : 1px solid #708090;
    border-bottom : 1px solid #708090;
    text-align : left;
    padding : 4px;
    background-color : 	#F5F5F5;
  }
  
td{
    border-right : 1px solid #708090;
    border-bottom : 1px solid #708090;
    padding : 4px;
  }
  
img {
    border : none;
  }


#contenitore {
    background-color: transparent;
    border: 1px solid #191970;
    width: 98%;
    height: 98%;
    text-align: center;
    margin : 0px auto 0px auto;
  }


.box {
    background-color : #fff;
    border : 1px solid 	#008000;
    margin : 10px auto;
    width : 96%;
  }


#header {
    background-image : url('img/sfondo.jpg');
    background-repeat : no-repeat;
    background-position : center;
    font-size : 180%;
    height : 105px;
    letter-spacing : 6px;
  }


#menu {
    height: 30px;
    font-size: 100%; 
    background : #fff url('img/sfondo_menu.png') no-repeat center;    
  }


#submenu {
    background-color : 	#fff;
    height: 60px;
    font-size: 100%;
    line-height: 25px;
    width: 96%;
    margin : 10px auto;
    border : 1px solid 	#008000;
    text-align : center;
  }


#corpo {
    font-size : 100%;
    height : 400px;
    overflow : auto;
  }


#footer {
    height: 120px;
    font-size: 110%;
    text-align: center;
  }


.lnk_title {
    /*border-top : 1px solid #4B0082;*/
    color : #4B0082;
    font-family : verdana,arial,sans-serif;
    text-decoration : none;
    font-weight : bold;
    letter-spacing: 0px;
  }


.lnk_title:hover {
    background-color : #98FB98; color : black;
  }


.lnk_normal {
    color : #4169E1;
    font-family : verdana,arial,sans-serif;
    text-decoration : none;
    font-weight : bold;
  }


.lnk_normal:hover {
    text-decoration : underline;
  }


.titoletto {
    font-weight : bold;
    line-height : 30px;
    margin-left: 10px;
    text-align : left;
  }

.titoletto01 {
    font-size : 120%;
    font-weight : bold;
    line-height : 30px;
    margin-left: 10px;
    text-align : left;
  }

.testo {
    text-align : justify;
    margin-left: 10px;
    margin-right: 10px;
  }
