body {
background-color: #006666;
}

h1 {
	color: #b32d00;
	font-family: "Courier New", monospace;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

p {
	color: #e6b800;
	font-family: "Lucida console", monospace;
	font-size: 20px;
	text-align: left;
	line-height: 1.25;
}

h2 {
	color: #4d1919;
	font-family: "monaco", monospace;
	font-size: 25px;
	text-align: justify;
	font-weight: lighter;
}

