body { font-family: "Segoe UI", Segoe, sans-serif; }
ul {
  font-family: "Segoe UI", Segoe, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
.prize-list {
  list-style-type: disc;  /* bring bullets back */
  margin-left: 20px;
  padding: 0;
  background: none;       /* remove black background */
  color: #000;            /* normal text */
}
.prize-list li {
  list-style-type: disc;  /* bring bullets back */
  float: none;              /* cancel navbar float */
  display: list-item;       /* ensure each goes to a new row */
  margin-bottom: 10px;      /* <-- 10px spacing between rows */
  color: #000;
}

li {
  float: left;
  font-family: "Segoe UI", Segoe, sans-serif;
}

#maintitle {
    text-align: center;
	font-family: "Segoe UI", Segoe, sans-serif;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}