/*
===============================================================================
 Project Wulfila
 ------------------------------------------------------------------------------
 
 CSS for the dictionary overview pages (lemmas grouped by pos/inflection).
 
 ------------------------------------------------------------------------------
 tdh.20260621
===============================================================================
*/

.cat-name {
	color: gray;
}

.cat-description {
	color: gray;
}

.lemma-type {
	color: gray;
}

.lemma-group h2 {
	font-weight: normal;
	font-size: inherit;
	background-color: #f3f3f3;
	padding: 0.25em 0.5em;
	border: 1px solid #dfdfdf;
}

a:link {
	text-decoration: none;
	color: maroon;
}

a:active {
	text-decoration: none;
	color: maroon;
}

a:visited {
	text-decoration: none;
	color: maroon;
}

a:hover {
	text-decoration: none;
	color: red;
}