BODY {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.firstdiv {
	width: 100%;
	text-align: center;
}
.seconddiv {
	width: 54%;
	text-align: left;
	font-size: .8em;
}

a:hover {
	text-decoration: underline;
	color: Black;
	}

a:link {
	text-decoration: none;
	color: Black;
}

a:visited {
	text-decoration: none;
	color: Black;
}