body {
	background-color: black;
}
p {
	color: white; font-family: arial, helvetica, sans-serif; text-align: center;
	font-size: 15px; margin-top: 2px; line-height: 4px;
}
h2 {
	text-align: center;
	letter-spacing: 3px;
	color: white;
	font-family: Morpheus;
	font-size: 30px;
	background-color: red;
	margin-top: 5px;
}
address {
	text-align: center;
	letter-spacing: 4px;
	font-size: 15px;
	color: white;
	margin-top: 5px;
}
address:hover { font-weight: bold;
}