h1 {
    font-family: 'Old Standard TT', serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
    font-weight: 700;
    color: #3f6e94;
	border-bottom: 1px dotted;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
	font-size: 9px;
	font-family: Times;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #ececec;
	background: linear-gradient(45deg, #2d3236 35%, #3f6e94 65%);
	letter-spacing: 7px;
	width: 100%;
	line-height: 17px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 3px;
}

h3 {
    font-size: 20px;
    font-family: Georgia;
    font-weight: 400;
    font-style: normal;
    color:#ececec;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 7px;
    background-color: #3f6e94;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
    text-shadow: 1px 0px 0px #170e19;
}

h4 {
    font-size: 9px;
    font-family: Times;
    font-weight: 400;
    font-style: normal;
    color: #ececec;
    text-transform: uppercase;
    letter-spacing: 7px;
    background-color: #3f6e94;
    border-left: 4px solid #3f6e94;
	border-right: 4px solid #3f6e94;
    line-height: 14px;
    margin-top: 3px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
    padding-left: 7px;
    margin-bottom: 0px;
    text-align: center;
}

h5 {
    font-family: 'Old Standard TT', serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
    font-weight: 700;
    color: #3f6e94;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h6 {
	font-size: 10px;
	font-family: 'Old Standard TT', serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #626663;
	background-color: #e2e2e2;
	letter-spacing: 0px;
	width: 100%;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}