h1 {
  text-align : center;
  color      : black;
}

h3 {
  text-align : center;
  color      : black;
}


a:link {
  text-decoration : none;
  color           : blue;
}

a:visited {
  text-decoration : none;
  color           : blue;
}

a:active {
  text-decoration : none;
  color           : blue;
}
/*
table {
  border-width : 3px;
  border-style : solid;
  border-color : green;
}

td {
  border-width : 3px;
  border-style : solid;
  border-color : red;
}
*/