﻿a:link, a:visited, a:active
{
    color: #333;
}

a:hover
{
    color: #CCC;
}

h1
{
    font-size: 22px;
    color: #07558C;
    font-weight: normal;
    width: 100%;
    margin: 0px;
    padding: 0px;
   
}

h1 span
{
    font-size: 12px;
    
    color: Red;
}

h1 a
{
    padding-bottom: 5px;
}

article header h1
{
    width: 100%;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #47454D;
    margin-bottom: 10px;
}



h1 a:link, h1 a:visited, h1 a:active
{
    color: #07558C;
}

img
{
    border-width: 0px;
}

#subscribeNowContainer
{
    border: 2px solid #FF0000;
    position: relative;
    width: 550px;
    height: auto;
    background-color: #FFFFD5;
    margin: 40px 50px;
}

#subscribeNowContainer p
{
    margin: 20px;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    color: #FF0000;
}

#subscribeNowContainer p a
{
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000066;
}

#subscribeNowContainer p a:hover
{
    text-decoration: none;
}
