/* ------------------------------------ *
 CSS
 domenica 25 febbraio 2007 17.04.08
 HAPedit 3.1.11.111
 * ------------------------------------ */

body { font-family: verdana, sans serif;
       font-size: 10px;
	   background: black;
	   
     }

a {
          text-decoration:none;
          color: red;
          font-weight: bold;
      }



a:hover { color:white; }

.ilsito { text-align: left;
          background: #CC3300;
        color: black;
        float: center;
        position:absolute;
        width: 79%;
        left: 5%;
		height: 63%;
        align: center;
        padding: 5%;
		overflow: auto;
		margin-left: 1%;
        }

.menu { 
	margin-left: 3.5%;
	background: black;
        color: white;
	width: 91%; 
	text-align: center;
	float: center;
        }


