/* Global settings */

body { 
  background:  #fffff8; 
  margin-left: 8em;
  margin-right: 4em; 
  text-align: justify;
  font-family: "Times New Roman", serif; 
}


/* Headings */

h1,h2,h3,h4,h5 { 
  text-transform: lowercase;
  font-family: "Trebuchet ms", "Arial", sans-serif;
/*  color: #508080; */
  margin-left: -10%; 
  text-align: left;
}


h1 { 
  font-size: 200%;
  line-height: 300%;
  margin-top: 2em; 
  margin-bottom: 1em; 
}

h2 { 
  margin-top: 2em; 
  margin-bottom: 1em; 
}


/* Text */

P,ol,ul,dl,blockquote  {
  color: #000000; 
  margin-top: 1.5em;
  line-height: 135%;
}

/* Images */

img {
  line-height: auto;
  display: block;
}

/* Quotations */

blockquote {
  display: block;
  font-style: italic;

}

blockquote i {
  font-style: none;
}

/* Links */

A:link {
  color: #800000;
  font-weight: bold;
  text-decoration: none;
}

A:visited {
  color: #800000;
  font-weight: bold;
  text-decoration: none;
}


A.extern:link {
  color: #000080;
  font-weight: bold;
  text-decoration: underline;
}

A.extern:visited {
  color: #000080;
  font-weight: bold;
  text-decoration: underline;
}


div.dialoog {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 3%;
  font-style: italic;
}
