p.indent {
  text-indent: 20px;
}

body, html {
  /*background-color: #D8DBE2;*/

  background-color: #AEA79F; /* warm grey, https://design.ubuntu.com/brand/colour-palette */

  color: #111111; /* Text grey */
}

td {
  padding: 5px;
}

table, td, th {
  border: 1px solid;
}

h2.underline {
	text-decoration: underline;
}

a:link {
  text-decoration: none;
}

a:hover {
  color: #77215F;
  text-decoration: underline;
}

a:visted {
  color: #77216F;
}


