/*
 * Stylesheet for generic documents
 */

body {
  width:        66ex;
  margin-left:  auto;
  margin-right: auto;
  
  font-family:  "lucida sans", "trebuchet ms", verdana, sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
  text-align:   center;
}

p,li {
  text-align:   justify;
}

li h1,
li h2,
li h3 {
  text-align:   left;
}

code, pre {
  text-align:   left;
}

p.image {
  text-align:   center;
}

p.even_stronger {
  font-family:    "arial black", haettenschweiler, impact, sans-serif;
  font-size:      xx-large;
  font-weight:    bold;
  text-transform: uppercase;
  text-align:     center;
}

p.important {
  font-weight:    bold;
}

[lang="de"] {
  font-style:     italic;
}


p.license {
  text-align:     center;
  font-size:      smaller;
}
p.license img {
  border:         none;
}


code, var {
  font-family:    monospace;
  font-style:     normal;
  white-space:    pre;
}

