@font-face {
 
	font-family: Lato;
    src: url('../fonts/Lato/Lato-Regular.ttf');
	
}

BODY {
	
	overflow-y: scroll;
	
}

BODY * {
	
	font-family: Lato;
	
	box-sizing: border-box;
	
}

IFRAME {
	
	width: 100%;
	
}

A {
	
	color: #337ab7;
	
}

A:hover {
	
	text-decoration: none;
	
}

A:active {
	
	text-decoration: none;
	
}