.LINEHT {
	line-height: 2px;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #9acb3c;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a{
	color: #9acb3c ;
	text-decoration: none;
	
	-webkit-transition: color .5s;
	-moz-transition:	color .5s;
	transition: 		color .5s;
}
a:focus, a:active, a:hover{
	color: #1c9cce;
	
	-webkit-transition: color .5s;
	-moz-transition: 	color .5s;
	transition: 		color .5s;
}
.ptop{
	padding: 10px 0;
}