<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0px;
    padding:0px;
}
body{
    background:#000 url(../images/pattern.jpg) repeat top left;
    font-family:arial;
}
h1.title{
    width:622px;
    height:108px;
    background:transparent url(../images/title.png) no-repeat top left;
}
a.back{
    width:207px;
    height:44px;
    background:transparent url(../images/back.png) no-repeat top left;
    display:block;
    clear:both;
    float:left;
    margin-top:40px;
}
.container{
    width:950px;
}
.container h2{
    float:left;
    clear:both;
    margin:30px 10px 10px 10px;
    width:100%;
    color:#fff;
    background-color:#000;
    padding:10px;
}</pre></body></html>