body
{
	font-family: Helvetica;
	background-color: #E7E1BD;
	background-attachment: fixed;
	width: 650px;
	margin: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 20px;
}
h1
{
	font-family: Comic Sans MS;
	text-align: center;
}
td
{
  border-bottom: 3px solid #FDE900;
  text-align: center;
}
tr:nth-child(odd)
{
	background-color: #FFC990;
}
table
{
	margin: auto;
}
#conclusion
{
	font-size: 18px;
	color: #4A4B19;
}
#spacing
{
	letter-spacing: 1px;
}
#steps
{
	text-indent: 24px;
	font-family: Georgia;
}
.underline
{
	text-decoration: underline;
}
.grey
{
	color: #6B6B6B;
}