<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.box_head h3, div.box_head div.pagers {
background: #f0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f0e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f0e0e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f0e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0e0e0',GradientType=0 ); /* IE6-9 */

padding: 10px;
}</pre></body></html>