@font-face { font-family: 'meine-schrift'; src: url('HeroLight.otf') format('opentype');
   }
body { font-size: 17.2px; 
	}
	
		
p { font-family: meine-schrift; 
	 
  	}

hr {
		background-color: #0089b6;
		height: 2px;
		margin: 0;
	}

a:link {
    text-decoration: none;
    color: #369;
	}

a:hover {
    text-decoration: none;
    color: #000;
	}
