﻿h1
{
    /*18px via YUI Fonts CSS foundation*/
    color: #ca181f;
}

h2
{
    /*16px via YUI Fonts CSS foundation*/
    font-size: 123.1%;
    color: #ff4e96;
}
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,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

.hilite
{
    color: #ff4e96;
    font-weight: bold;
}


a, a:link, a:visited
{
    color: #ca181f;
    text-decoration: none;
}

a:hover, a:active
{
    color: #ff4e96;
    text-decoration: underline;
}

#footstrap p
{
    color: #666666;
}

#content_col
{
    color: #666666;
}

#content_col h1
{
    margin-left: 50px;
    font-size: 85%;
    color: #FF9933;
}

#content_col p
{
    color: #FFFFFF;
    margin-left: 0px;
    font-size: 85%;
}

#content_col h1
{
    margin-left: 0px;
    font-size: 85%;
    color: #FF9933;
}


