
  .news_list_item
  {
    background: url(img/tecky.png) repeat-x left bottom;
    padding-bottom: 10px;
    width: 550px;
  }
  
  .news_list_item h3
  {
    margin-bottom: 0.7em;
    color: #3C3C3C;
    background-color: #E0E0E0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    height: 1.8em;
  }
  
  .news_list_item h3 a
  {
    display: block;
    float:left;
  }
  
  .news_list_item h3 small
  {
    display: block;
    float:right;
  }


  .news_list_item h3  a         { color: #FFFFFF; text-decoration: none; }
  .news_list_item h3  a:link    { color: #FFFFFF; text-decoration: none; }
  .news_list_item h3  a:active  { color: #FFFFFF; text-decoration: none; }
  .news_list_item h3  a:visited { color: #FFFFFF; text-decoration: none; }
  .news_list_item h3  a:hover   { color: #CCCCCC; text-decoration: underline; }
