/* Frames sample cascading style sheet */

/* BANNER FRAME STYLE */
BODY.banner         { font-family: Arial, sans-serif;background-color: #ffffff;color: gold;}
A.banner    { color: #FFFFFF;text-decoration: none;}

/* FOOTER FRAME STYLE */
BODY.footer         { font-family: Arial, sans-serif;background-color: #ffffff;}
A.footer                { color: #FFFFde;text-decoration: none;}
                        
/* NAVIGATION FRAME STYLE */
BODY.nav    { font-family: Arial, sans-serif;background-color: #ffffff;color: gold;}
A.nav            { color: #000000;text-decoration: none;}
                         
/* CONTENT FRAME STYLE FOR HELP CONTENT */
BODY        { background-color : #FFFFff;font-family : Arial, Helvetica, sans-serif;}
