/* 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: #FF0000;
   }

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

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

P {
     color: #0000FF;
  }

I {
     color: #0000FF;
  }

B {
     color: #0000FF;
  }

BODY {
         background-color : #FFFFFF;
     }

A:visited {
              color : #0000FF;
          }

A:link {
           color : #FF0000;
       }

A:hover {
            color : #800080;
        }

A:active {
             color : #800080;
         }

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