@font-face {
  font-family: 'Optima Web';
  src: url('../font/Lucida-Console.ttf.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Optima Web';
  src: url('../font/Optima-Roman.otf');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3 {
  font-family: 'Palatino', 'Palatino Linotype', serif;
  font-weight: 400;
  color: #1c4982;
  font-style: bold;
}
body {
  font-family: Optima, 'Optima Web', sans-serif;
}

bh {
  display: block;
  margin-top: -40px;
  margin-bottom: -20px;
  font-family: 'Palatino', 'Palatino Linotype', serif;
  font-weight: 400;
  color: #1c4982;
  font-style: bold;
  font-size: 30px;
}

code.sourceCode {
  font-family: 'Lucida Console', 'Lucida Console Web', monospace;
}

a {
  color: #3a9d23;        /* main link color  #628b41 */
  font-weight: bold;
  text-decoration: none; /* cleaner base */
}
a:hover, a:focus {
  color: #1c4982;        /* darker shade on hover */
  font-weight: bold;
  text-decoration: underline;
}
