<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.SmallButton
{
 position: relative;
 white-space: nowrap;
 display: block;
 width: 220px;
 height: 50px;
 margin: 0; 
 padding: 0; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
 border-radius: 10px;
 border:2px solid #333333;
text-align:center;
}

.SmallButton a
{
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight:bold;
    width: 220px;
    height: 50px;
    display: block;
    float: left;
    color: black;
    text-decoration: none;
}

.SmallButton img 
{
 width: 220px;
 height: 50px;
 border: 0; 
}
.SmallButton span
{
    padding-right: 0px;
    padding-left: 0px;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    cursor: pointer;
    padding-top: 0px;
    position: absolute;
    top: 13px;
    width: 220px;
    text-align: center;
}
</pre></body></html>