
@font-face
{
}

.magnetic_angel h1,
.magnetic_angel h2,
.magnetic_angel h3,
.magnetic_angel h4,
.magnetic_angel h5,
.magnetic_angel p
{
    color: white;
    text-shadow:
	0px 0px 5px black,
	0px 0px 5px black,
	0px 0px 5px black
    ;
}

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

#wallpaper.magnetic_angel
{
    /*
      rouge 0deg
      vert 100deg
      bleu  200deg
      violet 300deg
   */
    filter: sepia(1) saturate(1000%) hue-rotate(100deg) brightness(0.9);
}

