/* css styles */

.center{
  text-align: center;
}

.a{
  color: #9cb9df;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}