
table {
border: 0px solid black;
}

td {
border: 0px solid black;
}

td.news {
font: 9pt tahoma,verdana,arial,sans-serif;

text-align: center;
}

div.news {
display: block;
width: 230px;
height: 400px;
overflow-y: scroll;
overflow-x: hidden;
text-transform: capitalize;
text-align: justify;
padding-left: 4px;
padding-right: 4px;
}


a {
text-decoration:none;
}

a.news {
color: #000000;
text-decoration: none;
}
a.news:hover
{
color: #FFFFFF;
}






