h1 {
	color: #dac8a6;
	text-shadow: 2px 2px 5px black;
	font-family: Futura, Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #53742d;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

body {
	font-size: 14px;
	background-color: #353942;

}

.plain_text {
	text-align: justify;
	color: #dac8a6;
	text-shadow: 1px 1px 3px black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#title {
	text-align: right;
}

#subtitle {
	color: #53742d;
}

.question {
	margin-bottom: 0px;
}

#footer {
	padding-bottom: 30px;
	border-top-color: #53742d;
	border-top-width: 2px;
	border-top-style: solid;
}

a:link {
	text-decoration: none;
}

#contact_me {
	text-align: right;
}

a:hover {
	color: #53742d;
}

.app_store {
	text-align: center;
}

