body
{
	font-family: sans-serif;
	font-size: 15px;
	background-color: rgb(159, 255, 159); /* light turquoise */ 
	color: rgb(0, 77, 255); /* deep blue */
	margin: 5%;
} /* end of body rule */

h1
{
	font-family: Arial, sans-serif;
	font-size: 40px;
	background-color: rgb(159, 255, 159); /* light turquoise */
	color: rgb(156, 52, 0); /* deep mahogany */
	text-align: center;
} /* end of h1 rule */

h2
{
	font-family: Verdana;
	font-size: 30px;
	background-color: rgb(159, 255, 159); /* light turquoise */
	color: rgb(102, 0, 102); /* purple */
} /* end of h2 rule */

h3
{
	font-family: Impact, sans-serif;
	font-size: 30px;
	background-color: rgb(159, 255, 159); /* light turquoise */
	color: rgb(102, 0, 51); /* dark magenta */
} /* end of h3 rule */

h4
{
	font-family: Arial Narrow, sans-serif;
	font-size: 25px;
} /* end of h4 rule */

img
{
	margin: 3% 25% 3% 25%;
	border: fuchsia solid 10px;
} /* end of img rule */