/*		@page { size: 21cm 29.7cm; margin: 2cm }*/
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*overflow: hidden;
    */ font-family: "Verdana", sans-serif;
  }

		p { margin-bottom: 0.21cm }
		p.western { font-family: "Verdana", sans-serif;}
		ol { font-size: 14pt; }
		span { font-family: "Bitstrean vera sans", sans-serif; color: #339E06}
		div { padding: 1%;}
		
a {
		text-decoration : none;
	}
	
a:hover {
    text-decoration: underline;
  }

.elenco {
    color : #000;
    font-family : 'Bitstream Vera Serif', serif;
    font-size : 16pt;
    padding : 2%;
    width : 98%;
    margin-bottom : 5%;
  }


#link {
    background-color : #5c5c5c;
    font-family : 'Bitstream Vera Serif', serif;
    font-size : 8pt;
    font-weight : bold;
    margin-top : 2px;
    width : 12%;
  }
