/* main collection page */

.collist ul {
  margin: 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  list-style-position: inside;

}
.collist ul li {
    font-size: 18px;
  margin-bottom: 0.4em;
    list-style-type: circle;
    list-style-position: inside;
}

.collist a {
  text-decoration: none;
  color: #333;
}

.collist a:hover {
  color: #00bfff;
  text-decoration: underline;
}
/* end of main collection page */
