p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 0px;
	margin: 8px;


}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.justify {
	text-align: justify;
}
