.txt a:link {
	color: #660000;
	font-weight: bold;

}
.txt a:visited {
	color: #660000;
	font-weight: bold;

}
.txt a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
