body {
  background-color: white;
  color: white;
  font-family: Verdana;
  

	list-style-type: none; 
	padding: 0; 
} 
li { 
	text-align: center; 
} 
li::before { 
	content: '• '; 

}