body {
	background-color: #FFE2D6;
}

.legal-wrapper {
	padding-top: 40px;
	padding-bottom: 30px;
}

.legal-wrapper a {
	color: #CE0E2D;
	text-decoration: none;
}

.legal-wrapper a:hover {
	text-decoration: underline;
}

.legal-wrapper table {
	border: 1px solid #CE0E2D;
	width: 100%;
}

.legal-wrapper table tr td, .legal-wrapper table tr th {
	border: 1px solid #CE0E2D;
	padding: 10px;
}

