p, h2
{
	text-align: left;
}

ul li
{
	list-style-type: none;
	margin: 0;
	padding-right: 5em;
	text-align: center;
	display: inline;
}

a:link, a:visited
{
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none;
}

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