<!-- Defines dark blue Arial headings -->
<!-- h1 headings are used for library names. h3 headings are used for titles on pages like subs/lesnew.htm and link pages -->
h1, h3 {color:#330099; font-family: Arial, Helvetica, sans-serif;}

<!-- Defines dark blue Arial headings in italic. This style is used for all lesson titles -->
h2 {color:#330099; font-family: Arial, Helvetica, sans-serif; font-style:italic;}

<!-- Defines small, red Arial font. Used on all Delmar pages for a short promo. Example is subs/delsha1.htm -->
.delmar {color:"#ff0000"; font-family: Arial, Helvetica, sans-serif; font-size:75%;}

<!-- Defines dark blue Arial headings used in lessons and teacher guides.
Used for major lesson headings like main idea, exercises, internet resources, assessment, important terms, exercises, etc. Bold is hardcoded outside of this heading so the coding will work for browsers not supporting stylesheets. -->
.head {color:#330099; font-family: Arial, Helvetica, sans-serif;}

<!-- Defines small Arial font used in navigation at the bottom of lessons. The words in this font are always hyperlinks. -->
.nav {color:#000000; font-family: Arial, Helvetica, sans-serif; font-size:75%;}

<!-- Defines Arial font used for PowerMatch at tops of lessons with matching PowerPoints. Example: ab101.htm -->
.bullet {color: #330099; font-family: arial, Helvetica, sans-serif;}

<!-- Defines Arial font with Lavendar background. Not currently in use. -->
.bklav {font: bold; background-color:#ccccff; font-family: Arial, Helvetica, sans-serif;}

<!-- Use for news headings in AgEd Today. Puts green background behind Arial font. -->
.news {background-color:#ccff99; font-family: Arial, Helvetica, sans-serif;}

<!-- Defines Arial font with aqua background. Used for PowerMatch links from menu pages. The words with this style are always hyperlinks. Example: lesnew.htm -->
.bkppt {background-color:#99FFFF;}

