body {
  margin-top: -12px;
  font-family: 'VioletSans', Verdana, sans-serif;
	font-size: 11pt;
	color: #fff;
	letter-spacing: -0.5px;
	line-height: 1.2;
  border: 0 transparent;
  background: #91c98d;
	vertical-align: top;
}

body iframe {
	height: 100%;
	width: 100%;
	letter-spacing: -0.5px;
	line-height: 1.2;
	border: 0 transparent;
  overflow-y: auto;
  box-sizing: content-box;
}

body a {
	outline: 1px dashed #7a5847;
	outline-offset: -3px;
	height: 28px;
	line-height: 30px;
	width: calc(100% - 2px);
	display: inline-block;
	color: #7a5847;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 6px;
}
	
@font-face {
font-family: 'VioletSans';
src: url(https://crunchypixelz.neocities.org/fonts/VioletSans-Regular.woff2) format('woff2');
src: url(https://crunchypixelz.neocities.org/fonts/VioletSans-Regular.ttf) format('ttf');
src: url(https://crunchypixelz.neocities.org/fonts/VioletSans-Regular.woff) format('woff');
}

@font-face {
font-family: 'Chango';
src: url(https://crunchypixelz.neocities.org/fonts/Chango-Regular.woff) format('woff');
}

.menu a:link {
  color: inherit;
}

.menu a:visited {
  color: inherit;
}

.menu a:hover {
  color: inherit;
}

.menu a:active {
  color: inherit;
}

h1 {
	background: #7a5847;
	color: #FFF;
	margin: 0;
	font-size: 14pt;
	font-weight: 500;
	letter-spacing: 2px;
}

h2 {
  color: #7a5847;
	font-size: 14pt;
	font-weight: 500;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	letter-spacing: 2px;
}

h3 {
  font-family: 'Chango', "Arial Bold", sans-serif;
	font-size: 14pt;
	font-weight: 400;
	letter-spacing: 0.8;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: #fff;
	text-underline-offset: 2.5px;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #7a5847;
   -webkit-text-fill-color: #fff;
   margin-bottom: 10px;
}

h4 {
  font-family: 'Chango', "Arial Bold", sans-serif;
	font-size: 16pt;
	font-weight: 400;
	letter-spacing: 0.8;
	padding: 3px;
	line-height: 1;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #7a5847;
   -webkit-text-fill-color: #fff;
}
