@import url("textfont.css");

body
{
   color           : #20d000;
   background-color: #301000;
   /* Contrast 8.40, https://dequeuniversity.com/color-contrast */
}

h1
{
   color           : #0040ff;
   /* Contrast 8.40, https://dequeuniversity.com/color-contrast */
}

a:link    {color: #ff0000; }
   /* Contrast 8.40, https://dequeuniversity.com/color-contrast */
a:visited {color: #0030d0; }
   /* Contrast 8.40, https://dequeuniversity.com/color-contrast */
a:active  {color: #00ffff; }
a:hover   {color: #00ffff; }

.citaat1, .citaat3
{
   color           : #40e000;
   background-color: #201030;
   /* Contrast 8.40, https://dequeuniversity.com/color-contrast */
   font-family     : Andika, sans-serif;
   line-height     : 2.85ex;
}
.citaat2, .citaat4
{
   color           : #30c000;
   background-color: #101000;
   /* Contrast 8.40, https://dequeuniversity.com/color-contrast */
   font-family     : Andika, sans-serif;
   line-height     : 2.85ex;
}
