Which declaration removes the unordered list's default bullet markers?
list-style-type: none; on ul
list-style-type: none;
color: none; on ul
color: none;
display: none; on ul
display: none;
margin: none; on ul
margin: none;