

.descripx-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 1.5;
}


p, a {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 1.5;
}


a {
    color: #007bff; /* Default link color */
    text-decoration: none; /* Removes underline (optional) */
}

a:hover {
    color: #0056b3; /* Color when hovered */
    text-decoration: underline; /* Underline on hover (optional) */
}

a:visited {
    color: #495057; /* Color for visited links */
}

a:active {
    color: #dc3545; /* Color when clicked */
}

td > a {
	font-size: 12px;
	}

p.new-h-nav > a {
	font-size: 14px;
}

pre a {	
	font-size: 14px;
	}
	
	
