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