body {
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 2em;
	
	
	}
.red {
	color: #fa100f;
}

p.heading, caption
{
	text-align: center;
	
	font-size: large;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	}

li {
	margin: 5pt;
	}
	
h2 { text-align: center; }
hr {
	height: 3px;
	color: green;
	background-color: green;
}
