
.sexy_shooter
{
    font-family: "Comic Sans Ms";
    color: hotpink;
    text-shadow:
	0px 0px 1px hotpink,
	0px 0px 1px hotpink,
	0px 0px 1px hotpink,
	0px 0px 1px hotpink,
	0px 0px 3px white,
	0px 0px 3px white,
	0px 0px 3px white,
	0px 0px 3px white,
	0px 0px 3px white,
	0px 0px 5px black,
	0px 0px 5px black,
	0px 0px 5px black
    ;
}

.sexy_shooter h2,
.sexy_shooter h3,
.sexy_shooter p
{
    color: white;
    text-shadow:
	0px 0px 5px black,
	0px 0px 5px black,
	0px 0px 5px black
    ;
}

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

body.sexy_shooter .illustration
{
    background-image: url("foreground.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

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