ul {
list-style-type: square;
text-align:left;
color:blue;
}

ol {
list-style-type: square;
text-align:left;
color:gold;
}



