@charset "UTF-8";/* you can add your own custom css here  */
a {
  color: #043d8e;
  text-decoration: underline;
}
a:hover {
  color: #c9760a;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #043d8e;
  text-decoration: none;
}
