P  {
	color : Green;
}

H2  {
	text-indent : 10;
	font-size : xx-large;
	font-family : Comic Sans MS, cursive;
	font-weight : bold;
	color : Green;
	text-align : center;
}
H3  {
	font-size : medium;
	font-family : Comic Sans MS, cursive;
	color : Green;
	text-align : left;
}

BODY  {
	background-color : #FFFFCC;
	margin-left : 10;
	margin-right : 10;
	margin-top : 10;
	margin-bottom : 10;
}

