body {
  margin: 5em;
  max-width: 50em;
  font-family: Courier;
  font-size: 10pt;
  background-color: white;
  color: black;
}
#langs {
  position: absolute;
  top: 1ex;
  right: 1em;
  font-size: 8pt;
}
header {
  font-weight: bold;
  margin-bottom: 3em;
}
#logo {
  text-align: right;
  margin-bottom: 1.5em;
}
#contact {float: right}
h1 {
  margin-top:2.5em;
  font-size: 20pt;
}
a:link,a:visited {color: #707070; text-decoration:none;}
dt {margin-top: 1ex}
dd {margin-left: 2ex}
ul {padding-left: 3ex; list-style-type: square;}
td {
  vertical-align: top;
  padding-left: 0;
  padding-right: 2ex;
  padding-top: 0;
  padding-bottom: 1ex;
  font-size: 10pt;
}
a::before {content: ">"; color: red; padding-right: 0.3em;}
header a::before {content: ""; padding-right: 0;}
footer {margin-top: 4em}
footer a::before {content: "<"}
blockquote {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 9pt;
  font-style: italic;
}

@media print {
  body {
      margin-top: 0;
      margin-left: 0.5cm;
      margin-right: 0;
      max-width: 100%;
  }
  #langs {display: none;}
  #social {display: none;}
  a::before {display: none;}
  .attachments {display: none;}
  footer {display: none;}
}
