a:link, a:visited, li {
	color: white;
	text-decoration: none;
	padding-bottom: 5px;
	list-style: square;
}
a:hover { text-decoration: underline }
ul {
	list-style: square;
}

