@import url("textfont.css");

a:link    {color: #000080; }
a:visited {color: #0000b0; }
a:active  {color: #f00000; }
a:hover   {color: #f00000; }

body
{
   color           : black; 
   background-color: #d2cfa4;
}

.citaat1
{
   font-style      : normal;
   font-family     : Andika, sans-serif;
   line-height     : 2.85ex;
   text-align      : justify;
   color           : #000000;
   background-color: #a0c0c0;
}

.citaat2
{
   font-style      : normal;
   font-family     : Inconsolata, monospace;
   text-align      : justify;
   color           : #305000;
   background-color: #c0d0c0;
}



