body {
	font-family: monospace;
	background-color: #ADD8E6;
}

h1 {
	
	color: green;
}

ul {
	font-family: Sans-serif;
}

li {
	list-style: square;
}
