.news- {
  margin: 1px;
  padding: 1px; 
}

.news- .title {
  font-weight: bold;
  padding: 2px 2px 2px 2px;
}
.news- a.url_link, .news- a.url_link:link, .news- a.url_link:visited {
  color: blue;
}

.news- .date {
  color: #DD3333;
}
.news- .item_body {
  padding: 2px 0px 2px 0px;
}
.news- .small_image {
  border: 1px solid #333333; 
  float: left; 
  margin-right: 5px;
}
.news- .short_text {
  margin: 3px;
  font-weight: normal; 
}

.news- .short_text p {
  font-weight: normal; 
}

.news_det- {
  margin: 1px 1px 1px 1px;
  padding: 1px; 
}
.news_det- .title {
  font-weight: bold;
  padding: 2px 2px 2px 2px;
}
.news_det- .date {
  color: #DD3333;
}
.news_det- .item_body {
  padding: 2px 0px 2px 0px;
}
.news_det- large_image {
  border: 1px solid #333333; 
  float: left; 
  margin-right: 20px;
}

.news_det- .long_text {
  margin: 3px;
  font-weight: normal; 
}

.news_det- .long_text p {
  font-weight: normal; 
}

.news_det- a.back_link, news_det- a.back_link:visited, news_det- a.back_link:link {
  color: blue;
  margin-bottom: 3px;
}