/* 
 Stylesheet with font definitions for www.carnivorecampaign.eu
 Link this sheet as first 
 Author: Frank PG Princee
 Date  : 14 July 2008
 Copyright (c)2008 EAZA European Carnivore campaign
*/ 


BODY {
  font-family : Arial,Helvetica,sans-serif; 
  font-size   : 14px;
}

H1 {
   font-size: 24px;
}

H2 {
   font-size: 16px;
}

H3 {
   font-size  : 14px;
   font-style : italic;
}

H4 {
   font-size :12px;
}

H5 {
   font-size : 12px;
   font-style : italic;
}

/* Em is used to create dropcap effect */
EM{
   font-size : 14px;
   font-weight : bold;
   font-style : normal;
}

SMALL {
   font-size : 11px;
}

A:LINK,A:ACTIVE,A:VISITED {
   font-size : 14px;
} 

CAPTION {
   font-size    : 14px;
   font-weight  : 125%;
}

TH {
  font-size   : 14px;
  font-weight : 125%;
}

TD {
  font-size : 14px;
}

/* FORM */

INPUT {
  font-size : 12px;
}

SELECT {
  font-size : 12px;
}  

TEXTAREA {
  font-size : 12px; 
}