@font-face {
font-family: 'AonchloGC';
src: url('fonts/AonchloGC.woff') format('woff');
}
@font-face {
font-family: 'UrchloGC';
src: url('fonts/UrchloGC.woff') format('woff');
}
@font-face {
font-family: 'UrchloGCT';
src: url('fonts/UrchloGC-Bold.woff') format('woff');
}
@font-face {
font-family: 'UrchloRGC';
src: url('fonts/UrchloRGC.woff') format('woff');
}
@font-face {
font-family: 'UrchloRGCT';
src: url('fonts/UrchloRGCT.woff') format('woff');
}


@font-face {
  font-family: 'BarrchloGC';
  src: url('fonts/BarrchloGC-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Arial';
  src: url('fonts/Arial.woff') format('woff');
}
@font-face {
  font-family: 'Andika';
  src: url('fonts/Andika-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Andika-alt';
  font-feature-settings: "aalt"; 
  src: url('fonts/Andika-Regular.woff') format('woff');
  unicode-range: U+0061;
}


a:link {
	color: #107046;
}
a:visited {
	color: #ff6200;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: yellow;
}

body {
    border: 1px solid black;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 150px;
    margin-left: 80px;
    background-color: #e4fce3;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 80px;
  	font-family: UrchloRGC;
}
/*
h1 {
  font-size: 60px;
  font-family: AonchloGC;
}
h2 {
  font-size: 40px;
  font-family: AonchloGC;
}
*/
h1 {
  font-size: 60px;
  font-family: UrchloGC;
}

h2 {
  font-size: 40px;
  font-family: UrchloGC;
}

p {
  font-size: 20px;
}
dt {
  font-size: 20px;
}
dd {
  font-size: 16px;
}

a.menug {
	font-family: UrchloGC;
	font-size: 30px;
}
a.menue {
	font-family: UrchloRGC;
	font-size: 30px;
}

.e {
  font-family: UrchloRGC;
}
.et {
	font-family:UrchloRGCT;
}

.g {
  font-family: UrchloGC;
  /*font-family: BarrchloGC;*/
}
.gt {
	font-family: UrchloGCT;
  /*font-family: BarrchloGC;*/
}

.ipa {
  font-family: Andika-alt, Andika;
}


