@font-face {
  font-family: "Archivo";
  src: url("myFont.ttf");
}
html {
  font-family: "Archivo", sans-serif;
}



body {
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: 'Archivo', sans-serif;
	text-decoration: none;

	}
	
	


	
	

}

