/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-Feb-2015, 09:37:10
    Author     : Richie
*/


ul {
    list-style-type: none;
    padding: 10px;
    margin: 0px;
}

ul li {
    background-image: url(..//images/colball.gif);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 15px;
}