/* ----  Tennesseans in the CW CSS  ---- */

/* ----  Set Background to fixed  ---- */

BODY { background-attachment: fixed;
       margin-left: 100px
}

/* ----  Text  ---- */

P.indent {text-indent: 15pt;
         font: 12pt Arial;
         color: Black
}

P.noindent {font: 12pt Arial;
            color: Black
}

LI {font: 12pt Arial;
    color: Black
}

H2 {font: 18pt Arial;
    color: Black;
    font-weight: bold;
    text-align: center
}

H4 {font: 14pt Arial;
    color: Black;
    font-weight: bold;
    text-align: center
}


/* ----  Links ---- */

a:link { text-decoration: None;
         color: Maroon;
         font: 12pt Arial;
}
a:visited { text-decoration: None;
         color: Navy;
         font: 12pt Arial;
}
a:active { text-decoration: None
         font: 12pt Arial;
}
a:hover { text-decoration: Underline; 
         color: Goldenrod; 
         font: 12pt Arial;
}

