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

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




body {
	font-family: Lato-Light;
	font-size:small;
	font-weight: normal;
	font-style: normal;
	color: rgb(120, 120, 120);
	line-height:1.5; 
	letter-spacing:1px;
	background-color: rgb(250, 250 250);
	margin-top:13%;
	margin-left:5%;
	scrollbar-color=grey;
}



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(230, 230, 230);
	text-decoration: none;
	
}


table {
	background-color: rgb(250, 250, 250;
	margin-top:
	font-family: verdana;
	font-size:xx-small;
	
}

table.center {
	margin-left: auto; margin-right: auto;
}