<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

body.site {
    background: #e9e9e9 url(../images/body.png) repeat-x;
    color: #000;
    font-family: Segoe UI Light, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a {
    color: #0099ff;
    font: 13px Arial, Helvetica, sans-serif;
    outline: none;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a img {
        border: 0px;
    }

p {
    color: #333333;
    font: 13px Arial, Helvetica, sans-serif;
}

h1 {
    font-weight: lighter;
}

hr {
    background-color: grey;
    border-color: transparent;
    opacity: 0.5;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

#container {
    background: #f6f6f6 url(../images/page.png) no-repeat;
    width: 638px;
    height: 490px;
    margin: 100px auto 0px auto;
    padding: 140px 190px 0px 172px;
    position: relative;
}

    #container ul {
        list-style: none;
        margin-left: 50px;
        margin-bottom: 28px;
        margin-top: 28px;
    }

        #container ul li {
            background: url(../images/point.png) no-repeat 0px 5px;
            padding-left: 20px;
            color: #333333;
            font: 13px Arial, Helvetica, sans-serif;
            padding-bottom: 10px;
        }

.Install {
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 25px;
    margin-bottom: 15px;
    width: 180px;
    height: 68px;
}

.Store {
    float: left;
    margin-top: 15px;
}

div.logo {
    position: absolute;
    top: 48px;
    left: 48px;
}
</pre></body></html>