﻿body{
font-family:Arial, Helvetica, sans-serif;
font-size:45px;
background:black;
height:100%;
}

#FapTillUDie{
left:0px;
top:0px;
position:absolute;
width:100%;
height:100%;
background-color:white;
}

#FapTillUDie.illu
{
	transition: color 1s ease-out;
	color:black;
}

#FapTillUDie.billu
{
	transition: color 1s ease-out;
	color:blue;
}

#FapTillUDie.rillu
{
	transition: color 1s ease-out;
	color:red;
}

#FapTillUDie.gillu
{
	transition: color 1s ease-out;
	color:lightgreen;
}

#lol{
	position:absolute;
	text-align:center;
	left:0px;
	top:0px;
	width:100%;
}