/*
  Kleuren:
  
  Tekst
    800000 maroon = geel-bruin 
    3333FF licht-blauw
    0000CC blauw 
    000080 donkerblauw 
    000000 zwart
    FFFFFF wit
    990099 lila
    993399 paars
    9933CC donker-paars
    FF3333 rood
    99804C bruin-grijs
  
  Achtergrond
    EEEBDF beige, grondkleur
    FEEBD8 zalm (Beekman)
    FEE394 diep-geel 
    F1F0FF lila (nu.nl)
    FEF4CF gebroken wit
    660066 Paars
    663300 Donkerbruin
    
  
*/

/* Font en kleur voor alle tekst-elementen */
h1,h2,h3,h4,h5,h6,p,li,th,td,ol,ul,dl,a, blockquote, body { 
/*	font-family: "arial", "Tempus Sans ITC", "Copperplate Gothic Light", "tahoma"; */
	font-family: "arial", "tahoma";  
  color: #99804C; /* wit: #FFFFFF grijs #666666*/
}

/* Voor de broodtekst wordt het font iets kleiner */
p,a,blockquote,body,ul,td { 
  font-size: small;
/*  font-family: "arial", "Copperplate Gothic Light", "Tempus Sans ITC"; */
}

/*
h1 { 
	font-family: "Lucida Handwriting", "Matisse ITC", "arial";
}
*/

/* Achtergrond */
body { 
  /*background-image: url("images/background.jpg"); */
  background-color: #FFFFFF /* Gebroken wit: #EFEFE2; */
}

/* voor de verandering */
a { 
	text-decoration: none;
}
a:link { 
	color: #CEA835; 
}
a:hover { 
	text-decoration: underline; 
  color: #99804C;
}
a:visited { 
	color: #CEA835; 
}						 

/* 
  Overige definities 
*/

/* Titels */
.color-yellow {
	color: #FFFFCC;  
}


/* Informatie in het scherm, bijvoorbeeld fotobijschriften */
.info { 
  /*font-style: italic; */
  color: #000000  /* zwart */
}
.page-title { 
  font-size: x-large;
	font-family: "Tempus Sans ITC", "Copperplate Gothic Light", "arial"; 
	font-weight: bolder;		
}

