/* Style sheet for Evoluon.org; Art */
/* Author: Ton v. Lankveld */
/* Version: 1 november 2004 */

@page {
  margin-left: 20mm;
  margin-right: 20mm;
  margin-top: 5mm;
  margin-bottom: 5mm;
}

body {
  background-color: #ffffff; /* white */
  background-image: none;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 12pt;
  color: #000000; } /* black */
}

h1, h2, h3, h4, h5, h6, p, img, #signature { display: block; }

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

ul {
  page-break-before: avoid;
}

h1 {
  margin: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  margin: 20pt 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
  text-align: left;
  text-indent: 1em;
}

h3 {
  margin: 16pt 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  text-indent: 1em;
}

h4 {
  margin: 20pt 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  text-indent: 1em;
}

p {
  margin: 0;
  text-align: left;
}

ul {
  margin: 0.5em 0;
  text-indent: 2em;
}

ul li {
  list-style-type: disc;
}

ul li ul li {
  text-indent: 3em;
  list-style-type: circle;
}

img {
  margin: 12pt;
}

a {
  text-decoration: underline;
  color: #000000; } /* black */
}

table {
  margin: 1em auto;
  border: 0;
  border-collapse: collapse;
}

th {
  height: 2em;
  border: 0.2mm solid #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

td {
  border: 0.2mm solid #000000;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: transparent;
  text-align: left;
}

hr {
  width: 90%;
  border: 0.2mm solid #000000;
}


/* --- ID's --- */

#navbottom {
  display: none;
}

#signature {
  margin-right: 3em;
  margin-left: auto;
  text-align: right;
}

#signature p {
  text-align: right;
}


/* --- Classes --- */

.note {
  font-size: 1.2em;
  font-weight: bold;
}

.quote {
  margin: 2em 4em;
  font-family: Georgia, "Times New Roman", Times, serif;
}


