
@font-face
{
    src: url("atarian.ttf");
    font-family: Furrow;
}

.furrow_of_light
{
    font-family: Furrow;
    color: white;
    text-shadow:
	0px 0px 5px white,
	0px 0px 5px white,
	0px 0px 5px white,
	0px 0px 10px black,
	0px 0px 10px black,
	0px 0px 10px black
    ;
}

body.furrow_of_light
{
    background-image: url("background.png");
}

#wallpaper.furrow_of_light
{
    /*
      rouge 0deg
      bleu  200deg
      vert 100deg
      violet 300deg
   */
    filter: saturate(1000%);
}
