
.news_title {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}
.news {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
}
.details {
  font-family: Arial;
  font-size: 11px;
  color: #D2DCF6;
  text-decoration: underline;
}
.details:hover {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
.text {
  font-family: Arial;
  font-size: 11px;
  color: #333333;
}

.text1 {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
}


.read {
  font-family: Arial;
  font-size: 11px;
  color: #004B80;
  text-decoration: none;
  font-weight: bold;
}
.read:hover {
  font-family: Arial;
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}

.read1 {
  font-family: Arial;
  font-size: 12px;
  color: #004B80;
  text-decoration: none;
  font-weight: bold;
}
.read1:hover {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}


.layer {
  overflow:auto; 
  width:570; 
  height:400;
  scrollbar-3dlight-color : #ffffff;
  scrollbar-highlight-color : #ffffff;
  scrollbar-darkshadow-color : #cccccc;
  scrollbar-shadow-color : #ffffff;
  scrollbar-face-color : #eeeeee;
  scrollbar-arrow-color : #004B80;
  scrollbar-track-color : #004B80
}

