<style type="text/css">     
    	BODY  {
     		background-color : White;
     	}

        H1 {
		 	font-family : Verdana, Arial, sans-serif;
     		font-size : 11px;
     		color : Black;
     	}
     	A:link  {
     		color : #990000;
     		text-decoration : none;
     	}

     	A:visited  {
     		color : Blue;
     		text-decoration : none;
     	}

     	A:hover  {
     		color : blue;
     		text-decoration : none;
     	}

     	.legenda  {
     		font-family : Verdana, Arial, sans-serif;
     		font-size : 10px;
     		color : Black;
     	}

     	.nota  {
     		font-family : Verdana, Arial, sans-serif;
     		font-size : 10px;
     		color : Navy;
     	}

     	.footer  {
     		font-family : Verdana, Arial, sans-serif;
     		font-size : 10px;
     		color : Gray;
     	}

     	.normal  {
     		font-family : Verdana, Arial, serif;
     		font-size : 9px;
     		color : #000066;
     	}

     	.titolo  {
     		font-family : Verdana, Arial, serif;
     		font-size : 15px;
     		color : Purple;
     		font-weight : bold;
     	}
</style>