    /* ARTICLE */
  span.text_date {
      color: #B59B50;
      font-weight: bold;
  }
   div.date_author {
      color: #808080;
      text-align: left;
      font-size: 12px;
      border: 0px solid black;
      margin-top: 4px;
      margin-bottom: 4px;
  }
  a.text_title {
        color: #880204;
        font-size: 22px;
  }
  
      p.text_preview {
        font-family: Verdana;
        font-size: 12px;
        line-height: 1.8em;
        text-align: left;
        font-weight: bold;
    }
    p.text_text {
        font-family: Verdana;
        font-size: 12px;
        line-height: 1.5em;
    }
    
    div.text_image {
        background: #FFF9E5;
        float: right;
    }
    p.text_image {
        padding: 2px;
        padding-left: 5px;
        border-top: 1px solid #DFC163;
    }
    
    td.head {
        height: 30px;
        text-align: center;
        background-color: #880204;
        color: white;
    }
    table.text {
        border: 1px solid black;
    }

    table.text td {
        padding: 3px;
        height: 35px;
        text-align: center;
    }
    table.text td.even {
        background-color: #F5E4B2;
    }
    
    td.leader {
    }
    
    td.leader_points {
        border-right: 1px solid #988252;
    }
    td.season {
        border-right: 1px solid #988252;
    }
    td.lead {
        border-left: 1px solid #988252;
    }







    /* ARTICLE */