li {
    list-style-type: square;
    color: #660033; /* bullet color - gold */
}

li span {
    color: #FF9900; /* text color - blue */
}