@font-face {
	font-family: 'Frutiger';
	src: url('http://www.unicorn-press.org/css/hinted-FrutigerLT-Roman.eot');
	src: local('Frutiger LT 55 Roman'), local('FrutigerLT-Roman'),
		url('http://www.unicorn-press.org/css/hinted-FrutigerLT-Roman.eot?#iefix') format('embedded-opentype'),
		url('http://www.unicorn-press.org/css/hinted-FrutigerLT-Roman.woff2') format('woff2'),
		url('http://www.unicorn-press.org/css/hinted-FrutigerLT-Roman.woff') format('woff'),
		url('http://www.unicorn-press.org/css/hinted-FrutigerLT-Roman.ttf') format('truetype'),
		url('http://www.unicorn-press.org/css/hinted-FrutigerLT-Roman.svg#FrutigerLT-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
     -webkit-font-smoothing: antialiased !important;
	 text-shadow: 0 0 0 #dddddd;
     text-rendering: optimizeLegibility !important;
	 -webkit-text-size-adjust: 100%;
}

a {
     text-decoration: none;
	 color: #6a6a6a;
}

h1 {
     margin: 0 0 0 0;
	 font-weight: normal;
     font-family: Frutiger;
	 font-size: 14px;
	 color: #6a6a6a;
}

h2 {
     margin: 0 0 20px 0;
	 font-weight: normal;
     font-family: Frutiger;
	 font-size: 12px;
	 line-height: 17px;
	 color: #6a6a6a;
}

h3{
     margin: 0;
	 font-weight: normal;
     font-family: Frutiger;
	 font-size: 11px;
	 line-height: 15px;
	 color: #eeeeee;
	 text-align: left;
}

h4 {
     width: 150px;
     font-family: Frutiger;
	 font-weight: normal;
	 text-shadow: 0 0 10px #000000;
     display: inline-block;
     font-size: 11px;
     color: #ffffff;
	 margin: 15px 10px 10px 10px;
}

p {
	 font-size: 12px;
	 line-height: 18px;
}

.headline {
     text-shadow: 0 0 0 #000000;
	 margin: 0 0 15px 0;
}

.info {
	 margin-bottom: 15px;
}

.fullmast, .halfmast {
     font-family: Frutiger;
	 font-size: 15px;
}

.mast-link {
      margin-right: 14px;
	  text-shadow: 0 0 0 #888888;
}

.mast-link:hover {
     text-decoration: underline;
}

.foot-link {
      color: #eeeeee;
}

.foot-link:hover {
      color: #eeeeee;
	  text-decoration: underline;
}

.link {
	 color: #890000;
}

.link:hover {
	 color: #890000;
     text-decoration: underline;
}