
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
a{
color: #0066cc;
}
#newsevent {
  margin: 0;
  padding: 0;
  background-image: url(../img/div_grayback_thin.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
  min-height: 150px;
}
#newsevent ul {
  margin: 0 0 0 1.5em;
  padding: 5px 10px;
  font-family: sans-serif;
  font-size: small;
  line-height: 1.5em;
  list-style-image: url(../img/list_news.gif);
  list-style-position: outside;
}
#newsevent li {
  padding-left: -2em;
}
#newsevent li .new {
  font-weight: bold;
  color: red;
}
#newsevent a {
  text-decoration: none;
}
#newsevent a:hover{
text-decoration: underline;
}

#newsevent2 {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-repeat: repeat-x;
  min-height: 150px;
}
#newsevent2 ul {
  margin: 0 0 0 1.5em;
  padding: 5px 10px;
  font-family: sans-serif;
  font-size: small;
  line-height: 1.5em;
  list-style-image: url(../img/list_news.gif);
  list-style-position: outside;
}
#newsevent2 li {
  padding-left: -2em;
}
#newsevent2 li .new {
  font-weight: bold;
  color: red;
}
#newsevent2 a {
  text-decoration: none;
}
#newsevent2 a:hover{
text-decoration: underline;
}