﻿ul {
  list-style-type: disc;
}

ul li {
  margin-left: 20px;
}

a {
  text-decoration: underline;
}