/*---- sIFR - don't touch these! ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling - tweakable! ---*/

.sIFR-active h2 {
  visibility:hidden;
  font-size: 54px;
	line-height: 1em;
	border-bottom: 1px dotted maroon;
	margin-top: 0px;
	margin-bottom: 8px;

}

.sIFR-active h4 {
  visibility:hidden;
  font-size: 64px;
  margin-top: 10px;
}

.sIFR-active h6 {
  visibility:hidden;
  font-size: 32px;
  margin-top: -20px;
}