<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Msn */
#msn { position: fixed; width: 200px; z-index: 1100; top: 10px; right: 6px; }
#msn .msnMsgs { position: relative; overflow: hidden; }
#msn .msnMsg { position: relative; margin: 3px 0px 3px 0px; }
#msn .msnMsg .msnMsgTop { width: 100%; height: 10px; background: url('imgs/msn_bg.gif') top left no-repeat; }
#msn .msnMsg .msnMsgBottom { width: 100%; height: 10px; background: url('imgs/msn_bg.gif') bottom left no-repeat; }
#msn .msnMsg .msnMsgText { padding: 0px 6px 0px 6px; background-color: #555; color: #fff; font-size: 11px; text-align: left; font-weight: normal; }
#msn .msnMsg .msnCloser { position: absolute; color: #fff; font-size: 11px; text-align: center; font-weight: bold; top: 0px; right: 4px; cursor: pointer; }

/* para usar sistema scroll, #msn .msnMsgs debe tener un alto expl�cito */
#msn .scroll { position: relative; width: 100%; height: 12px; text-align: center; background-color: #555; margin: 0px; font-size: 8px; color: #fff; }
#msn .scroll#scroll_up { margin-bottom: 3px; cursor: pointer; top: 10px; }
#msn .scroll#scroll_down { margin-top: 3px; cursor: pointer; bottom: 10px; }
</pre></body></html>