<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
* Version: 1.8
* Default Color     : #72c02c;
* Default Hover Color : #5fb611;
*/

/*If you are using default Unify color (green - #72c02c), you do not need to link (use) default.css*/



header {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

header h1, header h2 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}

.news-list-date {
    background-color: #72c02c;
    color: #ffffff;
    margin-right: 6px;
    padding: 2px;
}

.ce-bodytext li a {
    color: #72c02c !important;
}</pre></body></html>