/* CSS Document */

.content { background-color: none; color:#583504; font-weight: normal; font-size:12px; font-family:"Courier New", Courier, monospace; text-align:left}
	  .header{ background-color:none; color:#583504; font-weight: bold; font-family:"Courier New", Courier, monospace; font-size:11px; text-align:center; border-bottom:1px dotted #000000;
	  }
  .contatore { background-color: none; color:#583504; font-weight: bold; font-size:12px; font-family:"Courier New", Courier, monospace; text-align:center; width:92; height:28;}
	  .scroll {
	      overflow: scroll; 
          width: 325px; 
		  height: 283px;
		  background:none;
		  scrollbar-face:none;
	      scrollbar-arrow-color:#583504;
	      scrollbar-track:none;
	      scrollbar-shadow:none;
	      scrollbar-highlight:none;
	      scrollbar-3dlight:none;
	      scrollbar-darkshadow:none;
		  overflow-x:hidden;
		  }
 
      a:link {  
      color: #583504; 
      text-decoration: none ;
      background-color: none; 
      }
      a:visited { 
      color: #583504; 
      text-decoration:none;
      background-color: none;
      }
      a:hover {
      color: #583504; 
	  text-decoration: overline underline;
      background-color: none;
      }
