/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(128,128,128);
 	text-decoration: none 
}

A:link {
	color: rgb(128,128,128);
 	text-decoration: none 
}

A:visited {
	color: rgb(153,51,51);
 	text-decoration: none 
}

.NOF_TS_My_style1MyStyle0 {
	color: rgb(0,0,0);
 	background-color: rgb(249,252,249)
}

A {
	color: rgb(153,153,153);
 	text-decoration: none ;
 	background-color: transparent
}

A:hover {
	color: rgb(128,128,128);
 	text-decoration: none 
}