body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1F52BA;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}
img {
	border: 0;
}
table, th, tr, td {
	margin: 0;
	padding: 0;
}
th {
	font-weight: normal;
	font-size: small;
	text-align: center;
}
.headline {
	font-weight: normal;
	font-size: x-large;
	text-align: center;
}
.subhead {
	font-weight: normal;
	font-size: large;
	text-align: center;
}
.normaltext {
	font-weight: normal;
	font-size: medium;
}
.smalltext {
	font-weight: normal;
	font-size: small;
	text-align: left;
}
.footer {
	font-weight: normal;
	font-size: small;
	text-align: center;
}
.testimonial {
	font-weight: normal;
	font-size: small;
	text-align: left;
}
hr {
	text-align: center;
}
.pricing_title {
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: #1F52BA;
	background-color: #FFFFFF;
}
a:link, a:visited {
	color: #FFFFFF;
}
a:active {
	color: #0F295D;
}
a:hover {
	color: #969696;
}

