@import url("textfont.css");

body
{
   font-family     : Andika, sans-serif;
   color           : #ffcc00;
   background-color: #101010;
}

.citaat1, .citaat2, .citaat3, .citaat4
{
   font-family     : Andika, sans-serif;
   line-height     : 2.85ex;
}

.citaat1
{
   color           : #101010;
   background-color: #ffcc00;
}
.citaat2
{
   color           : #ff0000;
   background-color: #101010;
}
.citaat3
{
   color           : #101010;
   background-color: #ff0000;
}
.citaat4
{
   color           : #101010;
   background-color: #00ff00;
}

a:link    {color: #ff0000;}
a:visited {color: #ff6600;}
a:active  {color: #5555ff;}
a:hover   {color: #5555ff;}
