﻿h1
{
    /*18px via YUI Fonts CSS foundation*/
    color: #003296;
}

h2
{
    /*16px via YUI Fonts CSS foundation*/
    font-size: 123.1%;
    color: #003296;
}
h3
{
    /*14px via YUI Fonts CSS foundation*/
    font-size: 108%;
    color: #999999;
}
h1, h2, h3
{
    /* top & bottom margin based on font size */
    margin: .5em 0 .5em 0;
}

h1
{
    margin-top: 0px;
    padding-top: 5px;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}


a, a:link, a:visited
{
    color: #666666;
    text-decoration: none;
}

a:hover, a:active
{
    color: #003296;
    text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited
{
    color: #999999;
    text-decoration: none;
}

#footer a:hover, #footer a:active
{
    color: #003296;
    text-decoration: none;
}
