<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media(min-width: 768px) and (max-width: 991px){
#banner {
    background: url(header.gif) no-repeat;
    min-height: 130px;
    background-size: 1000px 130px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
#banner {
    background: url(header.gif) no-repeat;
    min-height: 150px;
    background-size: 1300px 160px;
  }
}
@media(min-width: 1200px){
#banner {
    background: url(header.gif) no-repeat;
    min-height: 160px;
    background-size: 1500px 160px;
  }
}



.copyrightText{
  display:none;
}

.copyrightImg{
  display:none;
} 

#searchMethod &gt; option:nth-child(1){
  display:none;
}</pre></body></html>