body {	
	margin-top: 0;
	margin-bottom: 0; 
	background-color: #000000;
	color: #FFFFFF;
     }

img {
	behavior:	url("pngbehavior.htc");
}

a:link { 
	color: #e7e76f; 
	font-family: sans-serif; 
	text-decoration: none; 
	font-size: 14px;
       }

a:visited {
           color: #e7e76f; 
           font-family: sans-serif; 
           text-decoration: none;
           font-size: 14px;
          }   

a:hover {
         color: #FFFFFF; 
         font-family: sans-serif; 
         text-decoration: none; 
         background-color: #000000;
         font-size: 14px;
         font-weight: bold;
        }   

#titoli {
	 font-size: 20px; 
	 font-family: sans-serif;
	 background-color: #000000;
	 color: red;
	}
	
#titoli:link {
	 font-size: 20px; 
	 font-family: sans-serif;
	 background-color: #000000;
	 color: red;
	}
	
#titoli:visited {
	 font-size: 20px; 
	 font-family: sans-serif;
	 background-color: #000000;
	 color: red;
	}
	
#titoli:hover {
	 font-size: 20px; 
	 font-family: sans-serif;
	 background-color: yellow;
	 color: red;
	}
	
#test:link { 
	color: #FF0000; 
	font-family: sans-serif; 
	text-decoration: none; 
	font-size: 14px;
       }

#test:visited {
           color: #FF0000; 
           font-family: sans-serif; 
           text-decoration: none;
           font-size: 14px;
          }   

#test:hover {
         color: #e7e76f; 
         font-family: sans-serif; 
         text-decoration: none; 
         background-color: #000000;
         font-size: 14px;
         font-weight: bold;
        }

div.box{
        width: 840px !important;
        width: 850px;
	height: 376 !important;
	height: 100%;
	overflow:auto;
	padding: 0px;
	border: 0px solid #EEE;
	border-right:0 solid;
       }

div.box p{
          margin-top:0
         }     
     
div.box1{
        width: 840px !important;
        width: 850px;
	height: 500 !important;
	height: 100%;
	overflow:auto;
	padding: 0px;
	border: 0px solid #EEE;
	border-right:0 solid;
       }

div.box1 p{
          margin-top:0
         }        
