
body {
	background-color: green;
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
}

.title {
	background-color: #003000;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	margin: 10px 30px 50px 30px;
}

.divcontainer {
	width: 90%;
	margin-left: 50;
	margin-top: 50;
	background-color: #004400;
}

.divphoto {
	padding: 10px;
	float: left;
}

.divtext {
	width: 700px;
	font-size: 18px;
	font-weight: normal;
	border-style: inset;
	background-color:yellow;
	color: black;
	margin-top: 70px;
	margin-left: 40px;
	padding: 5px;
	float: left;
}

.steptext {
	float: left;
	color: red;
	font-weight: bold;
	font-size: 30px;
}

.floatclear {
	clear: both;
}


