.widget a
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color: rgb(0, 102, 153);
	text-decoration: none;
	white-space: nowrap;
}

.widget a:hover
{
	color: blue; 
	text-decoration: underline;
}
	

