/* CSS definition file containing site wide stylesheets */

A:link {
	color: rgb(154,38,73);
 	text-decoration: none 
}

A {
	color: rgb(154,38,73);
 	text-decoration: none 
}

A:hover {
	color: rgb(210,210,210)
}
