body {
	background-color: #a3ce6c;

	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : Black;
}





p {
	margin-left: 10px;
	margin-right: 7px;
	margin-top: 3px;
	font-size: 14px;
	font-family: "Comic Sans MS";
}

li {
	font-size: 14px;
	font-family: "Comic Sans MS";
}



hr {
	border: none 0;
	border-top: 1px dashed #505a61;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h1 {
	width: 100%;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	text-indent: 5px;
	color: #505a61;
	font-size: 18px;
	font-family: "Comic Sans MS";
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

h2 {
	width: 100%;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	text-indent: 5px;
	color: black;
	font-size: 15px;
	font-family: "Comic Sans MS";
	border-bottom: 1px dashed #e2e2e2;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

h3 {
	width: 100%;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
	text-indent: 5px;
	color: black;
	font-size: 14px;
	font-family: "Comic Sans MS";
	font-style: italic;
	border-bottom: 1px dashed #eaeaea;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

link {
	color: #228B22;
		font-family: "Comic Sans MS";

}


