/* CSS stylesheet for the Tcler's Wiki by Steve.Cassidy@mq.edu.au */
/* Tweaks by jcw, 09nov02 - just because it's so terribly easy... */

BODY {
  color: #000;
  margin-left: 2%;
  margin-right: 2%;
  font-family: "Arial", Verdana, sans-serif;
}   

H1 { 
  font-size: x-large;
}

A.navigatie {
  font-family: "Monotype Corsiva", Verdana, sans-serif;
  color: #ef667a;
  font-size: 120%;
}

A:link.navigatie, A:visited.navigatie, A:active.navigatie  { 
  color: #ef667a;
  font-size: 120%;
}


font.titel {
  font-size: xx-large;
  font-family: "Monotype Corsiva", Verdana, sans-serif;
  font-weight: normal;
  color: #ef667a;
}

H2.titel { 
  font-size: xx-large;
  font-family: "Monotype Corsiva", Verdana, sans-serif;
  font-weight: normal;
  color: #ef667a;
}

H2 {
  font-size: large;
}

H2.geboorte {
  font-size: large;
  /* paars! */
  color: #6c7fcf;
}


/* Set the style of links, A:link is the default style */
A:link { 
    font-weight: bold;
    text-decoration: none;
}

/* These are for links that have been visited or that are clicked on  */
A:visited, A:active { 
   font-weight: bold;
   text-decoration: none;
   color: blue
}


/* Set a background colour for <pre> sections and show text in red      */
/* note that NS4.x and earlier don't show the background colour for the */
/* full width of the page, just for where there's text                  */
pre {
   background-color: #E0E0E0;
   font-weight: bold;
   font-family: monospace;
   color: #802020;
}

pre.diff {
   margin-left: 15px;
   margin-right: 20px;
   background-color: #F0F0F0;
}

pre.newpage {
   background-color: #FFFF0;
   margin-left: 15px;
   margin-right: 20px;
}

hr.diff {
   margin-left: 15%;
   margin-right: 15%;
}

span.context {
   background-color: #F0F0F0;	   
}

span.old {   
   background-color: #FFA0A0;	   
}

span.newpage {   
   background-color: #FFFF00;	   
}

span.new {
   background-color: #A0FFA0;	
}

span.continue {
   font-weight: normal;
//   background-color: #FFFFFF;	
}

/* Style for the page footer which is marked with <div id='footer'>  */
#footer {
   background-color: #E0E0E0;
}

dt {
   font-weight: bold;
}

