
body {

background-color : #000000;
color : #d0d0d0;
font-family : Arial;
font-size : 13px;
font-weight: normal;
}

td {
  font-size : 13px;
  font-family : Arial;
  vertical-align: top;
}

a {

color: #ffffff;
text-decoration: none;

}

a:hover {

color: #FF0000;
text-decoration: none;

}

div.news-title {
  text-align: left;
  margin: 2px;
  color: #ffffff;
}

div.news {
  text-align: left; 
  margin: 15px;
}

ul.news {
  margin-left: 20px;
}

table.news {
  width: 700px;
  border: 1px solid #ee0000;

}

li {
 margin-top: 10px;
}

td.news {
  background-color: #000000;
  border-bottom: 1px dotted #ee0000;
  cursor: arrow;
  vertical-align: middle;
}

td.news-title {
  background-color: #990000;
  border-bottom: 1px solid #ee0000;
}
