/* CSS Document */
A:LINK {TEXT-DECORATION:none;}
a:active {color:red; text-decoration: none;background : #999999;}
a:hover {text-decoration: none; color:red; background: white;}
A:VISITED {TEXT-DECORATION:none;}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

