﻿/* Default HTML5 place holder style */
h1
{
  font-size: 1.4em;
  font-weight: bold;
  color: Black;
}

h2
{
  font-size: 1.3em;
  font-weight: bold;
  color: #00597B;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
  color: #57596E;
}

h4
{
  font-size: 1.1em;
  font-weight: bold;
  color: Black;
}

h5
{
  font-size: 1.0em;
  font-weight: bold;
  color: Black;
}

h6
{
  font-size: 1.0em;
  font-weight: normal;
  color: Black;
}

/* Links */
a
{
  color: #344287; /* Default the color of all links. */
}

a:hover
{
  color: #A90101;
}

/* Header links */
h2 a
{
  text-decoration: underline;
  color: #00597B; /* Default the color of all links. */
}

h2 a:hover
{
  text-decoration: underline;
  color: #344287; /* Default the color of all links. */
}

h3 a
{
  color: #57596E; /* Default the color of all links. */
}

h3 a:hover
{
  text-decoration: underline;
  color: #344287; /* Default the color of all links. */
}