ul, li {
	list-style-type: round;
	list-style-position: outside;	
}

ul {
	margin: 10px 20px;	
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: black;	
}

h3 {
	border: 0px;
	color: black;	
}

h2 {
	border: 0px;	
	font-size: 18px;
	color: black;
	font-weight: bold;
}
