/* CSS definition file containing site wide stylesheets */

A:active {
	font-weight: bold;
 	text-decoration: none 
}

A:link {
	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-weight: bold;
 	text-decoration: none 
}

A {
	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-weight: bold;
 	text-decoration: none 
}