
a:link, a:active, a:focus, a:visited {
  color: teal;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: dodgerblue;
  font-weight: bold;
  text-decoration: none;
}

body {
  font-family: Georgia, Verdana, 'Times New Roman';
  font-size: 13px-20px;
  color: black;
}

h2   {
  font-family: Georgia, Verdana, 'Times New Roman';
  font-size: 17px-22px;
  font-weight: bold;
  color: black;
}

.bianco {
  font-size: 11px;
  color:white;
}

.small {
  font-size: 11px;
  color:black;
}
.xsmall {
  font-size: 10px;
  color:black;
}
