@font-face
{
font-family: Lato-Light;
src: url(../fonts/Lato-Light.ttf);
font-weight: normal;
}




body {
	font-family: Lato-Light;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: rgb(105, 105, 105);
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
}



a:link {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:visited {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:active {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

a:hover {
	color: rgb(100, 100, 100);
	text-decoration: none;
	
}


table#bats_small
{
	background-color: white;
	margin-top: 14%;
	margin-left: 9%;
	font-family: Lato-Light;
	font-size: 0.7em;
	
}

table#bats_big
{
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;	
}

