ul.news {
  margin: 8px 0 0 0;
  padding: 0;
}
.news li {
  margin: 0 0 2px 0;
  padding: 0;
  clear: both;
  list-style-type: none;
}
a.newstitle:link, a.newstitle:visited, a.newstitle:active{
  color:#000000;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}
a.newstitle:hover{
  color:#DB4400;
}
.itemlink, a.itemlink:link, a.itemlink:visited, a.itemlink:active{
  text-decoration:none;
  color:#000000;
  font-size:11px;
}
a.itemlink:hover{
  color:#C74B07;
}
.newstbl{
  background-color:#FFFFFF;
  border:0px;
  padding:5px;
}
.line{
  border-bottom:1px solid #fdb814;
}
.col {
  padding-right:15px;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000;
}
