.auxil:active {
	font-family:tahoma;
	font-style: normal;
	text-decoration: none;
	line-height:normal
	
}
.auxil:hover {
	color: red;
	text-decoration: none;
}

.auxil:link {
	color: black;
	text-decoration: none;
}

.auxil:visited{
	color: black;
	text-decoration: none;
}
a:active{
font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #610404;
	line-height:inherit
}


a:link{
font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	color: white;
}
a:visited{
font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	color: white;
}
a:hover {
	color: black;
	text-decoration: none;
	font-size: 13px;
}