html {
background: url("/images/smallTVabstract.svg") no-repeat left top fixed;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}
 h1 {
  font-family: sans-serif;
  font-size: 24pt;
  font-weight: bold;
  /* padding: 1em; */
  padding-top: 80px;
  left: 0;
  top: 0;
    
}

/*
body>h1::before {
    content: " ";
    background-image: url("pencilhorizontal.png");
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
*/
body {
    font-family: serif;
    font-size: 14pt;
    margin: 2em;
    /* margin-left: 50px; */
    margin-left: 20%;
    
}
div.footer {
    font-family: sans-serif;
    font-size:10pt:
    margin-top: 2em;
    margin-bottom: 2em;
}
div.footer a:link,
div.footer a:visited
 {
    text-decoration: none;
    color: #999;
}
div.footer a:hover,
div.footer a:active
 {
    text-decoration: none;
    color: #444;
}


div.banner {
    font-family: sans-serif;
    font-weight: bold;
}
div.banner a:link,
div.banner a:visited
 {
    text-decoration: none;
    color: #444;
}
div.banner a:hover,
div.banner a:active
 {
    text-decoration: none;
    color: #999;
}
