/* CSS definition file containing site wide stylesheets */

A:link {
	color: rgb(102,102,102);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,102,51);
 	text-decoration: none 
}
