.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	color: #666666;
	text-align: justify;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
A:LINK {
	color: #000000;
	text-decoration: none;

}
	
A:VISITED {
	color: #A4287B;
	text-decoration: none;

}
	
A:HOVER {
	color: #ffffff;
	background-color: #A4287B;
	text-decoration: none;
}