a { text-decoration: none; }
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial;
  font-style: bold;
  font-variant: bold;
  font-size: 14px;
  /*font: bold 16px "Open Sans Bold";*/
  color: #2D4F81;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
