body {
	color: #9b9b9a;
	font-family: 'Cuprum', sans-serif;
	font-size: 2em;
}

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

a:hover {
	text-decoration: none;
	color: #911240;
}

.container{
	max-width: 720px;
	margin-top: 48px;
	text-align: left;
}

header, article, address, div{
	margin-bottom: 48px;
}

header{
	border-bottom: 1px solid #9b9b9a;
	text-align: center;
}

h4{
	text-align: left;
}

address{
	text-align: left;
}

.upp{
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	font-style: italic;
	border-top: 1px solid #E1E1E1; 
	border-bottom: 1px solid #E1E1E1;
}

th,
td {
  width: 50%;
  }

footer{
	background-color: #911240;
	width: 100%;
	bottom: 0;
	font-size: 0.8em;
	padding: 12px 0;
}

footer .inner{
	color: white;
	max-width: 720px;
	padding: 24px;
	margin: 0 auto;
}