h1 {
	font-family: "Times New Roman", serif;	
	font-size: 48px;
	line-height: 52px;
	color: #990000;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	color: #990000;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	color: #990000;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	color: #990000;
}
h5 {
	font-size: 12px;
	line-height: 16px;
	color: #990000;
}

.borderBox {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: black;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}