/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,128,128);
 	text-decoration: underline;
 	amh: None;
 	amh1: None
}

A:link {
	color: rgb(0,128,0);
 	text-decoration: underline
}

A:visited {
	color: rgb(128,128,0)
}

.TextObject {
	color: rgb(0,0,0)
}

A:hover {
	color: rgb(255,0,0);
 	text-decoration: underline;
 	background-color: rgb(255,255,0)
}