<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
  These example style definitions only show how to tweak look
  of generated WikiPages.
*/


    body, td {
        line-height:140%;
    }

    a {
        text-decoration:none;
    }

    a:hover {
        text-decoration:underline;
    }

    p {
        line-height:110%;
    }

    em {
        text-decoration:none;
        font-style:normal;
        background-color:#cccc22;
    }

    strong {
        font-weight:700;
    }

    .box  {
        background-color:#222266;
        border:1px #111133 solid;
    }

    .box hr {
        display:none;
    }

    hr {
        visibility:hidden;
    }

    form[name=ewiki] {
        border:2px #ffffff dashed;
        padding:5px;
        background-color:#444444;
    }

    textarea[name=content] {
        border:2px #000000 dotted;
        background-color:#B4D3D7;
    }

    input[name=save], input[name=preview] {
        border:1px #000000 solid;
        background-color:#B4D3D7;
        -moz-border-redius:10px;
    }

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