p, li, div, td, a, h1, h2, h3, h4, h5, h6
{
    font-family : Helvetica, Arial, sans-serif;
}

h1
{
    font-size   : 40px;
    line-height : 46px;
    font-weight : bold;
    color       : #000000;
}

h2
{
    font-size   : 20px;
    line-height : 26px;
    font-weight : normal;
    color       : #000000;
}

h2
{
    font-size   : 14px;
    line-height : 20px;
    font-weight : bold;
    color       : red;
}

p, li
{
    font-size   : 14px;
    line-height : 20px;
    font-weight : normal;
    color       : #000000;
}

a
{
    color       : red;
}


/* top of page navigation */
#top-navigation
{
    color       : #fff;
    font-size   : 11px;
    line-height : 14px;
    font-weight : bold;
    text-transform : uppercase;
}

#top-navigation a
{
    color           : #fff;
    text-decoration : none;
}

#top-navigation a:hover
{
    color           : red;
}


#top-navigation a.selected
{
    color           : red;
    text-decoration : none;
}


/* left-hand navigation */
div.secondary-nav a
{
    font-size   : 12px;
    line-height : 18px;
    color       : #666666;
    text-decoration : none;
}

div.secondary-nav a:hover
{
    color       : red;
}

div.secondary-nav a.selected
{
    color       : red;
}


/* footer */
#footer p
{
    font-size   : 12px;
    line-height : 20px;
    color       : #000000;
}

#footer a
{
    font-size   : 12px;
    line-height : 20px;
    color       : #000000;
    text-decoration : none;
}

#footer a:hover
{
    color       : red;
}