/*
 * css for the bottom section of the page
 * classes after bottom are more or less in the order they appear on the page
 */
.bottom, .bottom * {
	/* font-size: xx-small; */
	font-weight: normal;
	color: black;
	/* width: 996px; */
	text-align: right;
}

.legal {
	text-align: right;
	/* font-size: 10px; */
	margin-bottom: 8px;
	padding-bottom: 0px;
}

.bottom_links {
	text-align: right;
	/* font-size: 13px; */
	color: black;
}

.copyright {
	text-align: right;
	padding-top: 0px;
	margin-top: 8px;
	/* font-size: 10px; */
}

p a {
	color: black;
	text-decoration: underline;
}

a{
	color: black;
	text-decoration:  underline;
}
