/* this style sheet applies to most corporate pages */


A:link 		{text-decoration: underline; font-weight: bold;}		/* unvisited link */

A:visited 	{text-decoration: underline; font-weight: bold;}		/* visited link */
                                        
A:hover 	{text-decoration: none;  font-weight: bold;
		color: FF6600}			/* mouse-over */
		
#news {
text-align: center; width: 550px; background-color: Silver; color: Navy; border: 3px double Maroon; padding 5px; padding-bottom: 8px; font-family: Verdana, sans-serif; font-size: 10pt;
}
#news h3 {
 margin: 2px; padding: 2px; color: Maroon;
}
#news a {
	text-decoration: underline;
	color: Navy;
}
#news a:hover {
	text-decoration: underline;
	color: #ff6600;
}

