﻿/* ---------- Site-wide default Tag Styles  ---------- */
/* Headers */
h1, h2, h3, h4, h5, h6
{
  padding: 0px;
  margin: 12px 0px 6px 0px;
  font-weight: normal;
  font-size: 1em;
  color: Black;
}

h1
{
  font-size: 1.7em;
}

h2
{
  font-size: 1.4em;
  color: #636363;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
}

h4
{
}

h5
{
}

h6
{
}

/* Links */
a
{
  color: #344287; /* Default the color of all links. */
}

a:hover
{
  color: #A90101;
}

/* Header links */
h2 a
{
  text-decoration: none;
  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. */
}
