html,
body {
   margin:0;
   padding:0;
   height:100%;
}

header {
  padding-top: 5%;
  padding-left: 4%;
  color: rgb(0, 0, 0);
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 24px;
}

h3 {
  font-size: 16px;
  margin-top: 0;
  color: rgb(133, 128, 128);
}

h1 {
  margin-bottom: 0;
}

article {
  padding-top: 3%;
  padding-bottom: 1%;
  padding-left: 4%;
  line-height: 1.6;
  height: 800px;
  color: rgb(5, 0, 0);
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 18px;
}

#footnote {
  width: 100%;
  text-align: center;
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 18px;
  padding-left: 4%;
  height: 60px;
  line-height: 1.6;
  position: absolute;
  bottom: 0;
}

div.container {
  position: relative;
  width: 90%;
  min-height: 100%;
}

a {
  color: #140d7a;
  font-family: "Times New Roman", Times, sans-serif;
  margin-right: 10px;
}

a:hover {
  color: #83828e;
}
a:link {
  text-decoration: none;
}

body {
  background-color: #e1e6e7;
}
