/* 
  Stylesheet for left panel on EAZA European Carnivore Campaign
  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   : right; 
    }

TD {
    vertical-align : top;
    text-align : right;
    padding-left : 5px;
    padding-top : 5px;
  }
    

  
HR { 
    border-style: solid; 
    width: thin;
    color: RGB(41,10,10);
   }
   
 
A:LINK {
   color : RGB(41,10,10);
   text-decoration : none;
   font-size    : 21px;

   }	

A:VISITED {
   color : RGB(41,10,10);
   text-decoration : none;
   font-size    : 21px;
}

A:FOCUS {
   color :RGB(41,10,10);
   text-decoration : none;
   font-size    : 21px;   
}
