  a:link {color: #004080}     /* unvisited link */
  a:visited {color: #004080}  /* visited link */
  a:hover {color: #0080C0}    /* mouse over link */
  a:active {color: #004080}   /* selected link */
.centered {
  text-align: center;
  }