﻿
td .newsheader {
  color: Red;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  font-family: Microsoft Sans Serif, Arial, Verdana, Helvetica;  
}
.newsdetails 
{
    width: 700px;
    height: 20px;

}
.newsdetails_text a
{
    font-family: Microsoft Sans Serif, Arial, Verdana, Helvetica;
    font-size: 14px;
    color: #090909;/*#798048;*/
    text-decoration: none;
}
.newsdetails_text a:hover
{
    font-family: Microsoft Sans Serif, Arial, Verdana, Helvetica;
    font-size: 14px;
    color: #000;/*#798048;*/
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}

    	
    	
