.news_heading {
font-family: Trebuchet MS;
font-size: 18px;
font-weight: bold;
color: #04375E;
}

a.news_heading:visited { text-decoration: none; }
a.news_heading:hover { text-decoration: underline; }
a.news_heading:link { text-decoration: none; }
a.news_heading:active { text-decoration: none; }

.news_text {
font-family: Georgia;
font-size: 11px;
text-decoration: none;
color: #666666;
}

a.news_text:visited { text-decoration: none; }
a.news_text:hover { text-decoration: underline; }
a.news_text:link { text-decoration: none; }
a.news_text:active { text-decoration: none; }

.news_url {
font-family: Georgia;
font-size: 11px;
text-decoration: underline;
color: #666666;
}

a.news_url:hover { text-decoration: underline; color: #FFCC00; }

.news_error {
font-family: Georgia;
font-size: 11px;
text-decoration: none;
color: #FF0000;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

.news_field {
font-family: Georgia;
font-size: 11px;
border: 1px solid #CCCCCC;
}

.news_button {
font-family: Georgia;
font-size: 11px;
border: 1px solid #9B9B9B;
background-color: #DDDDDD;
}