/* CSS definition file containing site wide stylesheets */

A:active {
	background-color: rgb(228,251,228)
}

.Link {
	color: rgb(0,102,51)
}

.Hover {
	font-weight: bold;
 	background-color: rgb(228,251,228)
}

A {
	color: rgb(49,65,49)
}

A:hover {
	color: rgb(0,102,51);
 	background-color: rgb(228,251,228)
}