<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
        font-family: mononoki;
        src: url("/font/mononoki-Regular.ttf") format('truetype');
}
@font-face {
        font-family: mononoki-Bold;
        src: url("/font/mononoki-Bold.ttf") format('truetype');
}
@font-face {
	font-family: 'mononoki-Italic';
        src: url("/font/mononoki-Italic.ttf") format('truetype');
}


html {
        background-color: #FFF9DF;
        color: #222222;
        padding-bottom: 4em;
}

b {
	font-family: 'mononoki-Bold', monospace;
}
i {
	font-family: 'mononoki-Italic', monospace;
}

.surround {
        margin-left: auto;
        margin-right: auto;
        margin-top: 4em;
        padding: 1em;
        width: 40em;
        background-color: #FFF9DF;
        color: #222222;
        border-style: solid;
}



h1 {
	font-family: mononoki-Bold, monospace;
        font-weight: 900;
        font-size: 14px;
        text-align: center;
}

.h2link {
        font-weight: 900;
        font-family: 'mononoki-Bold', monospace;
        font-size: 14px;
        text-align: center;
}

h2 {
        font-weight: 900;
        font-family: 'mononoki-Bold', monospace;
        font-size: 14px;
        text-align: center;
}

p {
        font-size: 14px;
        font-family: 'mononoki', monospace;
}

img {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

a:visited &gt; h2 {
        color: #222222 !important;
}

a:link {
        color: #222222 !important;
}

a:active {
        color: #222222 !important;
}

a:visited {
        color: #222222 !important;
        style="background-color: #FFFF00"
}

li {
        font-size: 14px;
        font-family: 'mononoki', monospace;     
}

.contentblock {
        background-color: #363533;
        border-radius: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 20em;
        padding: 20px;
}

.contentblockright {
        background-color: #363533;
        border-radius: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 20em;
        padding: 20px;
}

.contentblocktiny {
        background-color: #363533;
        border-radius: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 10em;
        padding: 20px;
}

.bodydiv {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        flex: 1;
}

.nesteddiv {
        /*  */
}

.ctimg {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
}

.imground {
        max-width:100%;height:auto;border-radius:15px;
}

.thumbnail {
        max-width:80px;height:auto;border-radius:15px;
}

hr {
        border: 1px solid black;
}
</pre></body></html>