#buttons {
	display:none; 
	}

body    {
		background-color: rgb(0%,0%,10%);
		color: white;
		font-family: "Courier New", Courier, monospace;
        padding-left:0em;
        padding-right:0em;
        padding-top:0em;
        margin-top:0em;
        }

address {
	font-size:small;
	font-style:italic;
	}
	
	


h2, a, #pseudoa {
	color: 	rgb(70%, 70%, 90%);
	background-color: inherit;
	}

a:link, a:visited {
	text-decoration:none;
	}
a:hover {
	background-color: rgb(50%, 50%, 50%);
	color:white;
	}

li { margin-left: -2em; }


#immagine, .immagine {

 float:right;
 width:160; height:120;
 
	}
	
#testi {
	margin-left: 2cm;
	}
#testi p {
	font-size: 80%;
	}

.centrato {
	text-align:center;
	margin: auto auto;
	}
	
ol {
list-style-type:decimal;

