body { margin: auto; max-width: 45em; padding: 0 1em; background-color: #FFF5EE; color: #194F82; font-family: "DejaVu Sans", sans-serif; }

h1 { font-size: 2.5em; font-family: Coelacanth, cursive; color: #DAA520; text-align: left; }
h2 { font-size: 2.2em; font-family: Coelacanth, cursive; color: #DAA520; text-align: left; }
h3 { font-size: 1.5em; font-family: Coelacanth, cursive; color: #DAA520; text-align: left; }
h4 { font-size: 1.0em; font-family: Coelacanth, cursive; color: #DAA520; text-align: left; }

p {  text-align: justify; hyphens: auto; }

object.dekoration { padding: 0 1em; margin-left: -90px; margin-top: -20px;}

li { margin: auto; }

ul { list-style-type: none; }

/* unvisited link */
a:link {
    text-decoration: none; color: #800080;
}

/* visited link */
a:visited {
    text-decoration: none; color: #FA8072;
}

/* mouse over link */
a:hover {
    text-decoration: none; color: #FFF5EE; background-color: #FA8072;
}

/* selected link */
a:active {
    text-decoration: none; color: #FA8072;
}
