a {
  
        font-style: normal;
        font-weight: bold;      
        text-decoration: underline;
        color: blue;
}
a:active {
        
        font-size: 12px;
        font-style: none;
        font-weight: bold;      
  text-decoration: underline;
  color: olive;
}
ul {color: red;
    list-style-type: none;
}
.z0 {
     font-size: 22pt;
     font-style: normal;
     font-weight: bold;
     text-decoration: none;
     color: brown;}
.z2 {
     font-size: 10pt;
     font-weight: bold;
     color: brown;}
.z3 {
     font-size: 10pt;
     font-weight: bold;
     color: black;}
.z4 {
     font-size: 10pt;
     font-style: normal;
     font-weight: bold;
     color: blue;}
.zz {
     font-size: 10pt;
     font-weight: bold;
     text-decoration: none;
     color: blue;}
