.phpcenter {
	text-align: center;
	text-indent: 0px;
}

.phpsmallfont {
	font-size: 15px;
}

#phptable {
	border-collapse: collapse;
}

#phptable td{
	border: 1px solid black;
	padding: 10px 10px 0px 10px;
}

#phptablecontact td{
	padding: 0px;
}

.phpparagraphnoindent {
	font-family: 'Crete Round', sans-serif;
	font-size: 19px;
	text-indent: 0px;
	text-align: justify;
}

.phpparagraph {
	text-align: justify;
}

.phpstrong {
	font-weight: bold;
}

@media screen and (min-width: 1024px) {	
	#phptable {
		width: 736px;
	}

	#phptablecontact {
		width: 736px;
	}

}

@media screen and (max-width: 1024px) {
	.phpparagraphnoindent {
		font-size: 18px;
	}

	.phpparagraph {
		font-size: 18px;
	}
	.phpsmallfont {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.phpparagraphnoindent {
		font-size: 17px;
	}

	.phpparagraph {
		font-size: 17px;
	}
	.phpsmallfont {
		font-size: 13px;
	}
}
