@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #4D4024;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background-color: #D7CEA4;
}
a {
	text-decoration:none;
}
a:link {
	color: #9D2426;
}
a:active {
	color: #9D2426;
}
a:visited {
	color: #600000;
}
a:hover {
	color: #FF0000;
	text-shadow: 2px 1px 5px #DD7800, -1px -2px 10px #C8C037;
}

.front {
	text-align: center;
	letter-spacing: 0.15rem;
	position: relative;
	display: contents;
	
}

.frontImage {
	width: 50vw;
	height: auto;
	text-align: center;
}

.fut {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 70%;
}