﻿/*  Left Side Top Titles  */
h1
{
    margin: 0;
    font-size: 1.5em;
    color: #222222;
}
h1 a:link, h1 a:visited
{
    color: #222222;
    text-decoration: none;
}
h1 a:hover
{
    color: #4D778C;
    text-decoration: none;
}

/*  Right Side Top Titles  */
h2
{
    margin:0;
    font-size: 1.3em;
    color: #4D778C;
}
h2 a:link, h2 a:visited
{
    color: #4D778C;
    text-decoration: none;
}
h2 a:hover
{
    color: #696969;
    text-decoration: none;
}
/*  Section Link Titles  */
h3
{
    margin: 0;
    font-size: 1.2em;
    color: #696969;
}
h3 a:link, h3 a:visited
{
    color: #696969;
    text-decoration: none;
}
h3 a:hover
{
    color: #4D778C;
    text-decoration: none;
}
/*  Video Link Titles  */
h4
{
    margin: 0;
    font-size: 1.2em;
    color: #969696;
}
h4 a:link, h4 a:visited
{
    color: #969696;
    text-decoration: none;
}
h4 a:hover
{
    color: #4D778C;
    text-decoration: none;
}
