/** BODY **/
body {
  color: black;
  background-color: white;
  margin: 5px 20px;
}
p {
  text-indent: 1em;
  line-height: 130%;
}
a:link {
  color: blue;
  background-color: transparent;
}
a:visited {
  color: purple;
  background-color: transparent;
}
a:active {
  color: red;
  background-color: transparent;
}
a:hover {
  color: red;
  background-color: transparent;
}

/** CONTENTS **/
/* HEADINGS */
h1 {
  color: navy;
}
h2 {
  color: navy;
}
h3 {
  color: maroon;
}
h4 {
  color: black;
}
h5 {
  color: black;
}
h6 {
  color: black;
}

/* OTHERS */
th{
  vertical-align: top;
  text-align: left;
}

/** LAST UPDATE **/
div.lastupdate{
  margin: 1ex 0px;
  color: fuchsia;
  text-align: right;
}
