@import url("/style");
body {
        background-color: #ffcccc;
	background: -webkit-linear-gradient(top, #ffcccc, #ccffcc);
	background: -o-linear-gradient(top,#ccffcc, #ffcccc);
	background: -moz-linear-gradient(top, #ccffcc, #ffcccc);
	background: linear-gradient(to top, #ccffcc, #ffcccc);
        color: black;
}
.tl {
	background-color: #ffcccc;	
}
h1.ubig {
        background-color: #ffcccc;
}
h1.big:before {
        color: #ff0000;
        content: "☒";
}
h1.big:after {
        color: #00ff00;
        content: "☑";
}
.cool {
        color: black;
        background-color: #ffdddd;
}
