body {
	background-color: #404040;
}

h1 {
	color: white;
	text-align: center;
	font-family: verdana;
	font-size: 100px;
	height: 75px;
}

p {
	color: white;
	font-family: verdana;
	font-size: 20px;
}

p.round {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 5px;
}

div {
	border-color: white;
	border-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;

	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0px;
	margin-bottom: 50px;
}

div.img {
	background-color: white;
	width: 660px;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
}
