body {
    background-image: url(img/bg.gif);
}
a{
  color: #195F9B;

  font-size: 15px;
  text-decoration: none;
}
a:link {
    color: #195F9B;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #195F9B;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.news {
  border: 1px solid #003399; width: 95%;
}

.news_title {
background: #96ADCF;
}

.news_name{
  font-weight: bold; margin-top: 7px; margin-bottom: 7px; font-size: 13px;
}

.news_adds {
  font-size: 13px; margin-top: 5px; margin-bottom: 5px; margin-left: 3px;
  color: #424242 ;
}
 .lin{
   font-size: 12px; margin-bottom: 3px; margin-top: 5px;
 }

.img{
 margin: 2px;
}

.post_name{
  font-weight: bold; margin-top: 7px; margin-bottom: 7px;
}

.post_adds {
  font-size: 13px; margin-top: 7px; margin-bottom: 7px;
  color: #330000 ;
}

.news_p{
  margin-bottom: 1px; font-size: 12px;
}

A.rollover {
 background: url('img/25.JPEG'); /* Путь к файлу с исходным рисунком */
display: block; /* Рисунок как блочный элемент */
 width: 165px; /* Ширина рисунка в пикселах */
 height: 39px; /* Высота рисунка */
}

A.rollover:hover {
 background-position:
  0px /* Смещение по горизонтали */
  -39px; /* Смещение вверх по вертикали */
}

.kat{
  margin: 2px;
}
