/* 
 Basic stylesheet for www.carnivorecampaign.eu
 Link this sheet as first 
 Author: Frank PG Princee
 Date  : 14 July 2008
 Copyright (c)2008 EAZA European Carnivore campaign
*/ 

/* MODIFIED CLASSES */



BODY {
    
     background : white
     color      : RGB(41,10,10);
}



H1 {
    font-size: 16px;
    font-weight: bold;
  }

H2 {
    font-size: 14px;
    font-weight: bold;
  }

H3 {
    font-size: 12px;
    font-weight: bold;
  }

H4 {
    font-size: 11px;
    font-weight: bold;
  }

H1,H2,H3,H4,H5,H6 {
    color: white
    background : #F37123;
  }    



