body {
	text-align: center;
}
a {
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-transform: lowercase;
	text-decoration: underline;
}


