@font-face {
	font-family: 'MunroFull' ;
	src: URL('fonts/MunroFull.ttf') format('truetype');
}

body {
	background-color: rgb(102, 185, 83);
	font-smooth:never;	
}

div {
  font-family: MunroFull;
  font-size: medium;
  color: #ffffff;
}

div a:link {
	color: #000000;
	text-decoration: none;
}

div a:visited {
  color: #000000;
  text-decoration: none;
}

div a:hover {
  color: #cfcfb4;
  text-decoration: none;
}

div a:active {
  color: #ffffff;
}
		
