@import url("textfont.css");

body
{
   color           : #aaaacc; 
   background-color: #000000;
   /* Contrast 9.33, https://dequeuniversity.com/color-contrast */
   font-family     : Andika, sans-serif;
}

a:link    {color: #996600; }
a:visited {color: #776600; }
a:active  {color: #cc9900; }
a:hover
{
   font-family: "Gentium Book Plus", serif;
   font-size  : 18pt;
   color      : #ffff00;
}

.citaat1
{
   font-style : normal;
   font-family: Inconsolata, monospace;
   color      : #ddaacc;
   /* Contrast 10.69, https://dequeuniversity.com/color-contrast */
}
