

h1 {
  color: #c25449;
}


@font-face {
font-family: 'Junicode Bold';
src: url('/junicodebold.TTF') format('truetype');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Junicode';
src: url('/Junicode.ttf') format('truetype');
font-style: lighter;
}

@font-face {
font-family: 'Junicode';
src: url('/Junicode.ttf') format('truetype');
font-weight: normal;
}

body {
font-family: 'Junicode';
src: url('/Junicode.ttf') format('truetype');
background-color: #eee9dd;
}

a:link, a:visited, a:active {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.noU:link, a.noU:visited, a.noU:active, a.noU:hover {
  color: black;
  text-decoration: none;
}
a.noU:hover {
  opacity: 0.6;
}



#container {
  margin: 3em auto;
  width: 100%;
	max-width: 700px;
  color: #c25449; }
  
#container1 {
  margin: 3em auto;
  width: 100%;
	max-width: 1000px;}

