/**
 * HTML Elements
 */
a,
a:link,
a:visited
{
  color: #000000;
  text-decoration: none;
}

a:focus,
a:hover,
a:active
{
  color: #2C90B7;
  text-decoration: underline;
}

h1, h2, h3
{
  font-weight: bold;
  color: #2D8FC3;
  margin-bottom: 8px;
}

h1
{
  font-size: 18pt;
  letter-spacing: .15em;
}

h2
{
  font-size: 14pt;
  letter-spacing: .15em;
}

h3
{
  font-size: 11pt;
  letter-spacing: .15em;
}
