/* 
  Stylesheet for logo of EAZA European Carnivore Campaign on left panel
  Place this sheet after cc.css
  Author : Created by Frank P.G. Princee
  Date   : 15 July 2008
  Copyright (c) 2008 EAZA European Carnivore Campaign
  Note : logo colours: maroon RGB(41,10,10)
                       orange RGB(247,81,6)
*/
   
BODY { 
    
    background: white;
    color: RGB(41,10,10);
    
    margin-left  : 10px;
    margin-right : 10px;
    margin-top   : 10px;
    text-align   : left; 
}

    

    
HR { 
   
     border-style: solid; 
   
     width: thin;
   
     color:  RGB(41,10,10)  

}
 

A:LINK {
   color : white;
   background-color :RGB(41,10,10);
   text-decoration : none;   
   font-size:24;
}	

A:VISITED {
   color : white;
   background-color :RGB(41,10,10);
   text-decoration : none; 
   font-size: 24;	
}

A:FOCUS {
   color : white;
   background-color : RGB(41,10,10);
   text-decoration : none;
   
   font-size:24;
}
