@font-face {
	font-family: "Comic Neue";
	src: url(/font/comicneue-regular.otf);
	font-style: normal;
}
@font-face {
	font-family: "Comic Neue";
	src: url(/font/comicneue-oblique.otf);
	font-style: italic;
}
@font-face {
	font-family: "Comic Neue";
	src: url(/font/comicneue-bold.otf);
	font-weight: 700;
}
body {
	background-color: #ffff66;
	color: #000000;
	font-family: "Comic Neue", sans-serif;
	font-size: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-right: 15%;
	margin-left: 15%;
	text-align: left;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#green {
	color: #008000;
}
#yellow {
	color: #ffd700;
}
#red {
	color: #8b0000;
}
#aqua {
	color: #00ffff;
}
#white {
	color: #ffffff;
}
#black {
	color: #000000;
}
#blue {
	color: #1e90ff;
}
