.text {
	font-size: 14px;
	font-family: serif;
	color: Black;
}

.text A {
	font-size: 14px;
	font-family: serif;
	color: #C22300;
	text-decoration: none;
}

.text A:hover {
	font-size: 14px;
	font-family: serif;
	color: #C22300;
	text-decoration: underline;
}

.text H3 {
	font-size: 18px;
	font-family: serif;
	color: Black;
	text-decoration: none;
}

.text H4 {
	font-size: 16px;
	font-family: serif;
	color: Black;
	text-decoration: none;
}


