<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* indexhtml */


section {
margin: 0 0 60px 0;
}

section ul {
margin: 3em 0 0 0;
}

section li {
font-size: 130%;
margin: 0 0 1.5em 1em;
background: url(../img/liststyle.png) no-repeat top left;
padding: 0 0 1em 2em;
list-style-position: outside;
}

section a{
text-decoration: none;
}

section a:hover {
text-decoration: underline;
}

section p {
line-height: normal;
text-align: center;
}</pre></body></html>