﻿/* Layout Stylesheet Fonts */

/* 
H1 {font-size:2em}   displayed at 24px
H2 {font-size:1.5em}  displayed at 18px 
H3 {font-size:1.25em}   displayed at 15px  
H4 {font-size:1em}   displayed at 12px  
*/


H1
{
    font-size: 1.25em;
}
H2
{
    font-size: 1.20em;
}

H3
{
    font-size:1em;
}

/****************CSS Menu/****************/

#ctl00_navigation A:link
{
    color: #000000;
    text-decoration: none;
}
#ctl00_navigation A:visited
{
    color: #000000;
    text-decoration: none;
}
#ctl00_navigation A:hover
{
    font-weight: bold;
    color: #3333CC;
    text-decoration: none;
}
#ctl00_navigation A:active
{
    font-weight: bold;
    color: #3333CC;
    text-decoration: none;
}



/****************Links/****************/
A:link
{
    color: #3333CC;
    text-decoration: none;
}
A:visited
{
    color: #000000;
    text-decoration: none;
}
A:hover
{
    color: #3333CC;
    text-decoration: underline;
}
A:active
{
    font-weight: bold;
    color: #3333CC;
    text-decoration: none;
}
