@charset "UTF-8";

@font-face {
  font-family: "EditorialRegular";
  src: url("PPEditorialNew-Regular.woff2");
}

@font-face {
  font-family: "EditorialItalic";
  src: url("PPEditorialNew-Italic.woff2");
}

@font-face {
  font-family: "EditorialUltralight";
  src: url("EditorialNew-Ultralight.woff2");
}

@font-face {
  font-family: "EditorialUltralightItalic";
  src: url("PPEditorialNew-UltralightItalic.woff2");
}

	
body {
	font-family: EditorialUltralight;
	font-size: 4.5vw;
	color: #000000;
	text-align: left;
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	background-color: White;
}

.indent {
	text-indent: 11vw;
	margin-top: 0 ;
  	margin-bottom: 0 ;
}

.headline {
	font-family: EditorialRegular;
}

.otherlink {
	font-family: EditorialUltralightItalic;
}

.mainlink {
	font-family: EditorialUltralightItalic;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}

a:link.otherlink {
	color: black;
	text-decoration: none;
}

a:visited.otherlink {
	color: black;
	text-decoration: none;
	font-family: EditorialItalic;
}

a:hover.otherlink {
	color: Red;
	text-decoration: none;
	font-family: EditorialItalic;
}