html {
	background-image: url('background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

body {
	max-width: 1000px;
	margin: auto;
}

table td, table th {
	border: 2px black solid;
	padding: 5px 10px;
	background-color: white;
}

table th {
	background-color: black;
	color: white;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	width: 100%;
}

h1 {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px;
	border: 2px black dashed;
}

h2 {
	margin-top: 0px;
}

a {
	color: blue;
	text-decoration: none;
}

#faq {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 20px 0;
	border: 2px black dashed;
	margin: 20px 0;
}

#origin {
	font-style: italic;
	line-height: 1.7em;
	margin: 0 10px;
}

#origin span {
	display: block;
	text-align: right;
}
