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

html, body {
	height:100%;
	background-color: #261d1b;
}
body {
	margin:0;
	padding:0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF8D2;
}
.table_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FFE67D;
	font-weight: bold;
}
#bottom {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#bottom-center{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	position: fixed;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.mobile_ver{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.credits {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FFF8D2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF8D2;
}
a:hover {
	text-decoration: none;
	color: #A0817A;
}
a:active {
	text-decoration: none;
	color: #A0817A;
}
.langlinks {
	font-size: 18px;
}