/* Author: Dackral Phillips
   File: peachipm.css
   Description: This file is used to define the color scheme of all the text on the 
                Peach IPM web site.  Entire changes can be made by modifying only 
                this file.
*/

H1 {
       font-size : 20pt;
       color: #000000;
   }

H2 {
       color: #FFFFFF;
       font-size: 18pt;
   }

H3 {
       font-size: 16pt;
       color: #000000;
   }

P {
     color: #000000;
  }

I {
     color: #000000;
  }

B {
     color: #000000;
  }

BODY {
         background-color : #FF0000;
     }

A:visited {
              color : #FF0000;
          }

A:link {
           color : #FF0000;
       }

A:hover {
            color : #000000;
        }

A:active {
             color : #000000;
         }

.Footer {
        font-size:10pt;
        color:#999999;   
        }