body {
    background-image: url(img/bg.gif);
}
a{
  color: #195F9B;
  font-weight: bold;
  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: 7px; margin-bottom: 7px;
  color: #424242 ;
}

.view_title {
 font-size: 16px; font-weight: bold;;
  color: #FFFFFF; text-align: center; margin-top: 1px; margin-bottom: 2px;
}

.view_date {
  font-size: 12px;
  color: #4B4B4B; margin-top: 7px; margin-bottom: 7px;
}
