body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	background: #999999;
	text-align: center;
	margin-top: 50px;
}

p {
	font-size: 1.6em;
	color: #000000;
	letter-spacing: 1.8px;
}

span {
	color: 
}

.highlight {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

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

a:hover {
	color: #9B1818;
}




