body {
  /* padding: 2em 1em 2em 70px; */
  padding: 0em 0em 0em 0px;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

div.links {
    font: 70% sans-serif

    /*    font-family: sans-serif;
          font-size: small */
}

div.name {
    font-size: 11pt;
    color: blue;
}

div.title {
    font-size: 10pt;
    font-weight: bold;
}

div.authors {
    font-size: 10pt;

}

div.date {
    font-size: 11pt;
}

div.email {
    font-size: 9pt;
    color: gray;
}

dt {
   font-size: 9pt;
}

h1 {
    font-size: 22pt;
    color: red
}

h4 {
   font-size: 12pt;
   color: black;
}

h5 {
   font-size: 12pt;
   color: blue;
}