<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * xhtml xsonnek document style
 */

html {
    font-size: 13px;
}

body {
    background-color: white;
    color: #036;
    padding: 0 1em 0 0;
	margin: 3em 4em 2em 3em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a:link {
    color: #0073c7;
    background-color: inherit;
}

a:visited {
    color: #5A88B5;
    background-color: inherit;
}

h1 {
    padding: 0.2em;
    margin: 0;
    border: 1px solid #405871;
    background-color: inherit;
    color: #036;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

h2 {
    padding: 0.2em 0 0.2em 0.7em;
    margin: 0 0 0.5em 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
	background: aliceblue;
}


ul {
    list-style-type: disc;
}

ul ul {
    list-style-type: square;
}

ul ul ul {
    list-style-type: circle;
}

div {
    margin-left: 20px;
}


</pre></body></html>