a:link {color : Black;}

a:visited {color : Black;}

img {border-width : 0px;}

td {
	background-color:Black;
	color : Yellow;
}

body {
 background-color : White;
 background-image : url(../Sito/sfondo.jpg);
 color : Black;
}

div#Stampa { 
  position: fixed;
	top: 5px;
  left: 700px;
	}

div#centro {
  margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	}
	
table {margin:auto;}

@media print{
	body {
	  font-size:x-small;
		margin:0;
		padding:0;
	}
	
	table {display:none;}
	
	div#Immagine{float:left;}
	}
	
	 img#graffetta{
 border=0; 
 vertical-align: middle;
 }

 h2#titolo {
 font-size:120%;
 color: Blue;
 margin-bottom:0;
 text-decoration: underline;}
