.news_q_title {
    font-size: 20px;
    font-weight: bold;
    text-transform:uppercase; 
    padding: 0;
    margin: 10px 0 0 0;
}
.news_q_date {
    font-size: 12px;
    color: #BFBFBF;
}
.news_q_cat {
    font-size: 12px;
    color: #7B7B7B;
}
.news_f_title {
    font-size:22px; 
    font-weight:bold; 
    text-transform:uppercase; 
    margin: 0px;
}
.grey {
    color: gray;
}

.news_link td {
	font-size: 10px;
	color: #333;
}

.news_link:hover td {
	color: #F00;
}