@charset "utf-8";
Body {background-color:#E2FFC6;}
body h2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: x-large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-color: #FF9;
	color: #360;
}
body p {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #030;
}
