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

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

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

P {
     color: #122C5C;
  }

I {
     color: #122C5C;
  }

B {
     color: #122C5C;
  }

BODY {
         background-color : #FFFFFF;
     }

A:visited {
              color : #FD771D;
          }

A:link {
           color : #FD771D;
       }

A:hover {
            color : #122C5C;
        }

A:active {
             color : #122C5C;
         }

TD {
      color: #122C5C;
   }

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