body{
	background-color: #D3D3D3;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;
}

table{
	width: 100%;
	padding: 50px;
}

td{
	text-align: center;
}

@font-face {
	font-family: Xttf;
	src: url(FortysevenNbp-08WG.ttf);
}

.abs-font {
	font-family: Xttf;
	font-size: 25px;
	text-align: center;
	color: #112412;
}

.abs-center{
	text-align: center; 
}

.abs-imglogo{
	top: 0px;
	left: 0px;
	width: 81px;
	height: 81px;
}

.abs-link:link{
	text-decoration: underline;
	font-size: 25px;
	color: #112412;
}

.abs-link:visited{ 
	color: #112412;
}

.abs-link:hover{
	font-weight: normal;
	color: #3d7330;
	cursor: grab;
}

.abs-link:active{
	font-weight: normal; 
	color: #112412;
}