@font-face {
	font-family: "NunitoFont";
	src: url('../css/NunitoSans-Regular.ttf');
}

body { 
	font-family: NunitoFont; 
	margin: 0px;
	padding: 0px;
	font-size: 14px; 
	width: 100%;
	height: 100%;
	background-color: #F2F2F2;
}

a {
	text-decoration: none;
	color: #9EB0B6;
}

a:hover {
	font-weight: bold;
}

a.menu {
	text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
}
