.txt {
	font-size: 12px;
	color: #000000;
}
.txt:hover {
	color: #333333;
	text-decoration: none;
}
.txt2 {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt2:hover {
	text-decoration: underline;
}

