/* CSS definition file containing site wide stylesheets */

A:visited {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.FieldColor {
	background-color: rgb(234,245,234)
}

A {
	color: rgb(255,255,255);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,255,255);
 	text-decoration: underline
}