<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.introduction {
   width: 100%;
   margin: auto;
   text-align: justify;
}

#theNews {
   width: 100%;
   height: 310px;
   margin: 2px auto;
   text-align: justify;
   border: 0px #000000 solid;
   overflow: hidden;
}

#theNews div {
   background: #ffffff;
   padding: 5px 10px;
}

#theNews div.even {
   background: #efefef;
}
</pre></body></html>