body {
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

a:link {
  color: blue;
  text-decoration: underline; 
}

a:active {
  color: red;
  text-decoration: underline;
}

a:visited {
  color: blue;
  text-decoration: underline;
}