@font-face {
  font-family: 'youngserifregular';
  src: url('youngserif-regular-webfont.woff2') format('woff2'),
       url('youngserif-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  background-color:#CCC;}
body {
  background-color:#EEE;
  font-family: 'youngserifregular';
  font-weight: normal;
  font-style: normal; 
  margin: 0; }

a:link {
  color:#222;
  text-decoration:underline; }

a:visited {
  color:#222;
  text-decoration:underline; }

a:focus {
  color:#8b0000;
  text-decoration:underline; }

a:hover {
  color:#222;
  text-decoration:underline; }

a:active {
  color:black;
  text-decoration:underline; }


div#fuss {
  clear:both;
  padding: 0.5em 10%; 
  background-color: #CCC;
  border-top: solid 1px #AAA;}

.textblock {
  text-align: center;
  line-height: 1.2em;
  padding-top: 1em;
  margin-left: 10%;
  margin-right: 10%; }

h1.textblock {
  font-family: 'TrocchiBoldSansSerif';
  font-weight: bold;
  font-style: normal; }

.textblock img {
  height: 1.5em;
}
