body * {
	font-family: "Comic Sans MS" serif;
	color: navy;
}

body {
	background: #B8FF73;
	margin: -2px 0px 0px -2px;
}

table.layout, tr.layout, td.layout {
	border: 0px solid Black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.titolo, h1 {
	font-size: 20px;

}

.sottotitolo {
  font-weight: bold;
}


.contenuto {
margin: 5px 15px 15px 15px;
	font: 13px "Comic Sans MS" serif;
}

a:link, a:active, a:visited {
	text-decoration: none;
	background: Lime;
	color: navy;
	font-style: normal;
}

a:hover {
	
   text-decoration: underline;
   background:	Orange;
	color: #DB0000;
}

.box {
  border: solid navy 1px;
  padding: 2px 2px 2px 2px;
  vertical-align: top;
}

/*- Menu Tabs 11--------------------------- */

    #tabs11 {
      float:left;
      width:100%;
          background:#FFFF6F;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #C2BDAE;
      }
    #tabs11 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url("tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("tabright11.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:Navy;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
				  border-bottom: #B8FF73;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
				  border-bottom: #B8FF73;
      }

/*- Menu 8--------------------------- */
#menu8 {
        width: 200px;
        margin: 10px;
        border-style: solid;
        border-color: #656556;
        border-size: 1px;
        border-width: 1px;
        }

#menu8 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
		  
#menu8 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu8 li a:link, #menu8 li a:visited {
        color: #00008B;
        display: block;
        background:  url(menu8.gif);
        padding: 8px 0 0 20px;
        }

#menu8 li a:hover, #menu8 li #selected {
        color: Blue;
        background:  url(menu8.gif) 0 -32px;
        padding: 8px 0 0 20px;
        }