/* 
 Stylesheet for introduction page of www.carnivorecampaign.eu
 Author: Frank PG Princee
 Date  : 14 July 2008
 Copyright (c)2008 EAZA European Carnivore campaign
*/ 
BODY {
    
    background : white;
    color: RGB(41,10,10); 
    margin-left : 0px;
    margin-right: 20px;
    margin-top  : 20px;
    text-align  : left;   
    width       : 800px;
}

TD { 
    vertical-align:top; 
   }

UL {
    list-style-type :none;
  }

A:ACTIVE {
    color : white;
    text-decoration : none;
    font-weight : normal;
    border-width : thin;
    border-style : none;
  }

A:LINK {
    color : RGB(247,81,6);
    text-decoration : none;
    font-weight : normal;
    
    border-width : thin;
    border-style : none;
  }

A:VISITED {
    color : RGB(247,81,6);
    text-decoration : none;
    font-weight : normal;
    
    border-width : thin;
    border-style : none;
  }
  
   