<html>
<style type="; Text/css; ">
<!--

.news_main {
  font-family:verdana;
  text-align:center;
  font-size: 12pt;
  font-weight: bold;
}

a.news_main:link {
  background-color:aliceblue;
  text-decoration:underline;
  color:black;
}

a.news_main:visited {
  background-color:aliceblue;
  text-decoration:underline;
  color:black;
}

a.news_main:hover {
  text-decoration:underline;
  color:red;
}

.news_title {
  text-decoration:underline;
  font-family:verdana;
  font-weight: bold;
  font-size: 12pt;
}

a.news_title:link {
  text-decoration:underline;
  color:black;
}

a.news_title:visited {
  text-decoration:underline;
  color:black;
}

a.news_title:hover {
  text-decoration:underline;
  color:red;
}

.news_date {
  font-family:verdana;
  font-size: 10pt;
  font-style: italic;
}

.news_title {
  font-family:verdana;
  font-size: 12pt;
  font-weight: bold;
}

.news_text {
  font-family:verdana;
  text-align:justify;
  font-size: 8pt;
}

//-->
</style>
</html>
