p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #0A166D;
}

a:hover {
	text-decoration: none;
}