/**
 * Theme Name: Unisal Tpl
 * Template:   twentytwentyfive
 * ...other header fields
 */

 table {
    font-size: 14px;
    border-collapse: collapse;
 }
 table td {
    border-bottom: 1px solid #ccc;
    padding: 3px;
 }

 h1, h2, h3, h4, h5, h6 {
    font-family: 'din-condensed', serif !important;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
 }

 body {
    border-top: 20px solid #ad212c;
 }
 
 div.taxonomy-category a {
	 text-transform: uppercase;
	 font-weight: bold;
	 text-decoration: none;
	 font-family: 'din-condensed', serif !important;
 }
 
 div.taxonomy-category a:hover {
	 text-decoration: none;
}