<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 37px;
    background-color: #000;
    color: #FFF;
}

a {
    text-decoration: none;
    color: inherit;
}

#list {
    padding-left: 2%;
    text-align: center;
    text-align: -moz-center;
}
.thanks {
    font-size: 14px;
}
.parts {
    padding-left: 2%;
}

.partofparts {
    margin-right: 15%;
}
.partofparts.last {
    margin-right: 0 !important;
}

.parts img {
    width: 30%;
    padding-top: 10%;
}

.space5 {
    margin-top: 7%;
    padding-top: 7%;
    border-top: 1px solid #333;
    padding-bottom: 7%;
}

.smallone {
    height: 90px;
}
.parts3 {
    display: -webkit-inline-box;
    display: inline-flex;
    text-align: center;
    text-align: -webkit-center;
    width: 100%;
    width: -webkit-fill-available;
}
.partofparts3 {
    width: 32%;
}

.space13 {
    padding: 40px 0;
}</pre></body></html>