a:link, a:visited{
  color: green;
  text-decoration: none;
}
a:hover, a:active{
  color: DeepPink;
  text-decoration: underline overline;
}

a.titolo:link, a.titolo:visited{
  font-variant: small-caps;
  color: white;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}

.code{
	font-family:Courier;
}

table{
  border-collapse: collapse;
}

h1 { font-size: 1.2em; }.

