body {
    background-image:url("graphics/background/934bc4a612a57b76ef507bed59ad447c.jpg");
    background-repeat: repeat;
    margin:0;
    height:1300px;   
    text-align:center;
    font-family: Cambria, Cochin, 'Times New Roman';
    font-weight: normal;
    display:block;
}

a {
    text-decoration:none;
    color:darkred;
}

a:hover {
    color:green;
}

footer { 
    border-top:solid grey;
    background-color:black;
    height:100px;
    min-width:1200px;
    font-family: 'Times New Roman', Times, serif;
    align-content: center;
    font-style: italic;
    color:white;
}

.area {
    margin:auto;
    height:1100px;
    width:1200px;
    background-color:aliceblue;
    border:groove black;
    border-top:none;
    margin-bottom:30px;
}

.header {
    background-color:black;
    color:white;
    padding:15px;
    border:ridge black;
    font-size:30px;
    border-left:none;
    border-right:none;
}

.text {
    padding:20px;
    align-content:center;
    height:300px;
}

.text img {
    border:ridge darkred;
    margin:0 10px;
}

.character {
    float:left;
    display:block;
}

.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%;
}