body {text-align: center; background-color: black; color: white }
table {margin-left: auto; margin-right: auto; }
table.foot {
  border: none; 
  border-top-style: ridge; 
  border-width: 1; 
  width: 80%; 
  font-size: small;
  text-align: center;
}

a {text-decoration: none; font-weight: normal; border-width: thin; color: white}
a:link { border-bottom: none }
a:visited { border-bottom: none }
a:active { border-bottom: solid}
a:hover { border-bottom: solid}
