body {
	font-family: sans-serif;
	color: #555;
	background-color: #eee;
}


h1 {
	font-size: 2.5em;
	color: #DD5735;
}


h2 {
	font-size: 2em;
	color: #333;
}


h3 {
	font-size: 1.5em;
}


a {
	text-decoration: none;
	color: #DD5735;
}




.header {
	text-align: center;
	background-color: #ddd;
	border: 1px solid #DD5735;
}


.footer {
	text-align: center;
	background-color: #ddd;
	border: 1px solid #555;
}


.parent {
	border: 1px dashed #DD5735;
}