body {
	background-color: #FFFFFF;
	margin: 5%;
}
.textjustify {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.pinkcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: ff9999;
	text-align: center;
}
.textcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.textleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
p {
	text-align: center;
}
a:link {
	color: #808080;
}
a:visited {
	color: #808080;
}
a:active {
	color: #808080;
}
.centered {
	text-align: center;
}