body, td, a {
	font-family: Trebuchet MS, Arial, sans-serifen;
	font-size: 12px;
}
a:hover {
	opacity: 0.55;
	-moz-opacity:0.55;
	filter:alpha(opacity=55);
 } 

.trans {
	opacity: 0.55;
	-moz-opacity:0.55;
	filter:alpha(opacity=55);
 }

A  {
	BACKGROUND-COLOR : transparent;
	TEXT-DECORATION : underline;
	color: Gray;
}

A:active  {
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: underline;
	color: Gray;
}

A:visited  {
	BACKGROUND-COLOR : transparent;
	COLOR : #999999;
	TEXT-DECORATION : underline;
}

A:hover  {
	BACKGROUND-COLOR : transparent;
	COLOR : #333333;
	TEXT-DECORATION : underline;
}

