
A {  text-decoration: none; color: Green}
A:ACTIVE {
	text-decoration : none;
	color: Navy;
}
A:VISITED {
	text-decoration : none;
	color: #FF3300;
}

A:Hover {
	text-decoration: underline;
	color: #FF9900;
}
.highlight-txt {
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 10pt;
}

