.newsbody {
  font-family: arial, helvetica;
  font-size: 12px;
  color: #555555;
  text-align: justify;
}

.newsbody A:link {
  color: #724b7f;
  text-decoration: none;
}

.newsbody A:visited {
  color: #724b7f;
  text-decoration: none;
}

.newsbody A:hover {
  text-decoration: underline;
}

.newsdate{
  font-family: arial, helvetica;
  font-size: 11px;
  color: #888;
  padding-bottom: 5px;
}

.newsheading{
  font-family: times new roman, arial, helvetica;
  font-size: 16pt;
  padding-bottom: 3px;
  color: #724b7f;
  font-weight: normal;
  margin: 0;
}

.contentslide{
  border-top: 1px solid #d0b6f4;
  border-left: 1px solid #d0b6f4;
  padding: 10px;
  width: 550px;
}

.contentslide .contentdiv{
  display: none;
  height: 145px;
}

.pagination{
  margin-top: 0px;
}

.pagination_text{
  font-family: arial, helvetica;
  font-size: 11px;
}

.pagination a{
  padding: 0 5px;
  text-decoration: none; 
  color: #333333;
  background-color: white;
}

.pagination a.selected{
  color: #000;
  background-color: #e4d7f9;
}