/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(102,102,102);
 	text-decoration: none 
}

A:link {
	color: rgb(51,153,204);
 	text-decoration: none 
}

A:visited {
	color: rgb(51,153,204);
 	text-decoration: none 
}

A {
	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	color: rgb(51,153,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}
