
table { font-variant: normal;      font-style: normal;  font-weight: bolder;  color: #20B2AA;  border: 1px solid Black;              }
table.center { font-variant: normal;      font-style: normal;  font-weight: bolder;  color: #fdf2a6;  border: 1px solid White; font-size: 0.8em;   }
td.center {
        padding: 20px 20px 20px 20px;  margin: 20px 20px 20px 20px;
        border: Black;
}
A:visited {text-decoration: none; color: #0060cd; font-weight: bold;  font-variant: normal; }
A:active  {text-decoration: none; color: #0060cd; font-weight: bold;  font-variant: normal;   }
A:link    {text-decoration: none; color: #0060cd; font-weight: bold;  font-variant: normal;  }
A:hover   {text-decoration : underline;        color : #0E2DA8; font-weight : bold;  font-variant: normal;   }
