body {
	background-image:url("graphics/background/934bc4a612a57b76ef507bed59ad447c.jpg");
	margin:0;
	height:900px;
	text-align:center;
	font-family:cambria, cochin, 'times new roman';
	display:black;
}

a {
	text-decoration:none;
	color:darkred;
}

a:hover {
	color:green;
}

.section-one {
	margin:auto;
	height:600px;
	width:1200px;
	background-color:aliceblue;
	border:groove 4px black;
	border-top:none;
	margin-bottom:30px;
}

.header {
	background-color:black;
	color:white;
	padding:15px;
	border:ridge 4px black;
	font-size: 30px;
	border-left:none;
	border-right:none;
}

.text {
	padding:20px;
}

.footer {
	font-family:'Times New Roman';
	align-content:center;
	font-style: italic;
	width:100%;
	height:100px;
	background-color:black;
    text-align:center;
    float:left;
    box-sizing: border-box;
	color:white;
	border-top: groove gray;
	font-size:18px;
}

.footer a {
	font-size:15px;
	color:darkred;
}

.footer table {
	width:100%;
}

.footer th {
	width:33%;
}