@import url("/style");
body {
        background-color: #eeee88;
        color: black;
}
.tl {
	background-color: #eeee88;	
}
h1.ubig {
        background-color: #eeee88;
}
h1.big {
        background-color: #eeee88;
}
h1.big:before {
	color: #ffff00;
	content: "∃∁∅";
}
h1.big:after {
	color: #ffff00;
	content: "∃∁∅";
}
.exp {
        background-color: #eeee88;
}
.uexp {
        background-color: #eeee88;
}
.cool {
        color: black;
        background-color: #ffffcc;
}

