body { 
//  font-family: Arial, Verdana, Helvetica, sans-serif}
a:link.regio {
    font-size: 9pt;
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
a:visited.regio {
    font-size: 9pt;
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
a:hover.regio {
  font-size: 9pt;
  color: red;
  text-decoration: none;
  font-weight: bold;
}
a:active.regio {
    font-size: 9pt;
    color: darkgreen;
    text-decoration: none;
    font-weight: bold;
}
