body {
	list-style-type: square;
	text-decoration: none;
	text-align: center;
	word-spacing: normal;
	color: white;
	font-size: 13px;
	background-color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a {
	text-align: left;
	list-style-type: none;
	background-color: black;
	color: #b58f5b;
	text-decoration: none;
}

ul {
	padding-right: 40px;
	list-style-type: none;
		text-decoration: none;
}

li {
	list-style-type: none;
		text-decoration: none;
}

