body{
	 background-color:#b0e080;
}
#articolo {
		  font-size: medium;
		  font-family: serif;
		  font-weight: bold;
}
#articolo p { 
		  text-indent: 1em; 
		  text-align: justify 
} 

#articolo p#primo-paragrafo:first-letter { 
		  font-size: 3em;
		  font-style: italic;
		  float: left;
		  background: #669933;
		  color: #c0ef8f;
		  margin:0 5px 5px -50px;
		  padding: 5px 5px 5px 50px;
		  line-height:1em; 
} 
a#bordo{border: 1px solid #000;
	   		   background-color:#c0c0c0;
	   		   width:200px;
			   display:block;
			   text-decoration:none;}
a#bordo:hover{
			background-color:#111;
		}
a:hover {
	font-weight: bold;
	color:#c0c0c0;
	background-color:#0000ff;
}

td#sx {
	background-color: #FF4500;
	border: medium groove Blue;
	font-weight: bold;
}

td#dx {
	background-color: Aqua;
	border: medium groove Blue;
	font-weight: bold;
	color: Red;
}

div#tastiera {
	width: 150px;
	text-align: center;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: medium;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: medium;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h2 {
   font: italic 900 1.5em/1em verdana, helvetica, sans-serif; 
   display: block;
   margin:10px 0; 
   text-align: center;
    
} 