/* style for the what's new page */

TABLE.news {
 width:100%;
 padding:0px;
}
TD.newse {
 border-top:1px solid black;
 background-color:rgb(230,230,230);
}
TD.newso {
 border-top:1px solid black;
}
A.icon {
 text-decoration:none;
}

