/* CSS definition file containing site wide stylesheets */

.new:link {
	font-size: 16px;
 	color: rgb(10,88,130);
 	text-decoration: none 
}

.new:visited {
	font-size: 16px;
 	color: rgb(10,88,130);
 	text-decoration: none 
}

.new:hover {
	font-size: 16px;
 	font-weight: bold;
 	text-decoration: none 
}