body {
	/* background: #f0F5E6; */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.toplist ul {
		list-style: none;
	   }
ul {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 70px;
	margin-right: auto;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(0, 0, 0);
	/* list-style: none; */
	/* border: 1px solid blue;*/
	/* columns: 2;
	-webkit-columns: 2;
	-moz-columns: ; */
}
h2 {
	font-size: 24px;
	font-weight: bold;
   }

h5 {
	font-size: 15;
	font-style: color: blue;
}

li {
	margin-left: -10px;
}