.custom_news{
	color : #808080;
	font-family: Tahoma;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
        letter-spacing:2px;
}

A {
 text-decoration: none; /* Убирает подчеркивание для ссылок */
} 

A:hover { 
 text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
  /* Ссылка красного цвета */
}