body {
   font-family: "calibri";
   font-size: 12pt;
} 

h1 {
  color: #125999;
  font-size: 17pt;
}

a:link {
  font-weight: bold;
  color: #125999;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  color: #125999;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: white;
  background-color: #125999;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  color: #125999;
  background-color: transparent;
  text-decoration: none;
}
