h1 {
font-family: Abel; 
font-size: 11px; 
text-transform:uppercase; 
font-weight:normal;
background-color: var(--highlightcolor);	
color:#e5e5e5; 
text-align:center; 
margin: 0px; 
padding: 8px 0; 
letter-spacing:1px; 
line-height: 5px;
}

h2 {
  font-family: Abel; 
  font-style: italic; 
  font-size: 18px; 
  text-transform:uppercase; 
  font-weight: normal;
  background-color: var(--highlightcolor);	
  color: #dbdbdb; 
  text-align: center; 
  margin: 0px; 
	margin-bottom: 8px;
  padding: 5px; 
  letter-spacing:1px;
  display: block;
}

h3 {
background-color:#bababa; 
font-size: 7pt; 
font-family: Abel; 
font-style: normal; 
text-transform:uppercase; 
font-weight: bold; 
color: #000000; 
text-align: center; 
padding: 3px 0; 
letter-spacing: 2px;
}

h4 {
font-family: Lobster; 
font-size: 36px; 
text-align:center; 
font-weight: normal; 
display: inline; 
margin-bottom: 0px; 
margin-top: 0px; 
color: #000000;
}

h5 {
text-align:center; 
font-family: Abel; 
font-size: 40px; 
font-weight: 900; 
line-height: 98%; 
color: var(--highlightcolor); 
text-transform:uppercase; 
letter-spacing: 1px;
display: inline;
}

h6 {
letter-spacing: 4px; 
font-family: Abel; 
font-size: 11px; 
line-height: 90%; 
text-transform: uppercase; 
display: inline;
}

h7 {
width: 180px; 
font-family: Abel; 
font-size: 10px; 
text-decoration: none; 
text-transform:uppercase; 
font-weight: bold; 
background: #bababa; 
padding: 1px;  
letter-spacing: 1px; 
text-align: center; 
color: #3d3d3d; 
margin:0px; 
display:block;
}

h8 {
font-size: 15px; 
font-family: Abel; 
font-weight: bold;
text-transform: uppercase; 
text-align: center; 
color: var(--highlightcolor); 
letter-spacing: 3px; 
padding: 0 5px; 
margin: 0;
border-bottom: 5px dotted #c6c6c6; 
}

h9 {
  background-color:#bababa; 
  font-size: 7pt; 
  font-family: arial; 
  font-style: normal; 
  text-transform:uppercase; 
  font-weight: normal;	
  color: var(--highlightcolor); 
  text-align: center; 
  padding: 3px 5px; 
  letter-spacing: 2px;
  margin: 3px;
	display: block;
}

h9:hover {
  background-color:#dbdbdb; 
}
		