<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{
    background: #999;
    color: #fff;
    font-family: monospace;
}

#nome-tocando {
    background: url('fundo-tocando-nome.png') repeat-x;
    height: 42px;
    width: 335px;
    margin-top: -7px;
}

#nome-tocando p {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 11px;
}

#desc {
    background: url('fundo-tocando-desc.png') repeat-x;
    width: 335px;
    height: 400px;
    margin-top: -1px;
}
#desc p {
    padding: 25px;
    text-shadow: 1px 0 1px #000;
}
b {color: #736FB0;}
</pre></body></html>