table { 
	/* il tag border-spacing con IE no va - usare cellspacing o la combinazione border-collapse+border nelle celle */
	font-family:  sans-serif;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:   10px;
	margin-right: auto;
	margin-left:  auto;
	font-size:    12px;
	}
table th {
	color: #225588;
	height: 18px;
	text-align:  left;
	line-height: 16px;
	padding: 3px;
	padding-left: 13px;
	padding-right:13px;
	background-color: white;
	border: 1px solid #888888;
}
table td {
	text-align: center;
	padding:   5px;
	color: #888888;
	border: 1px solid #888888;
}
pre {
  font-family:courier;
  font-size:  12px;
  font-weight: bold;
  color: black;
  display: block;
  margin:10px;
  margin-bottom:20px;
  border-style: dashed;
  border-width: 1px;
  background-color: white;
  border-color: #888888;
  padding: 5px;
  overflow: auto;
}
i {
  font-family:courier;
  font-size:  1.2em;
}
em {
  font-family:courier;
  font-size:  1.2em;
}
img {
  border: none;
  text-align:center;
}