/* 
    Document   : delivery
    Created on : 07-Dec-2012, 13:12:57
    Author     : Asif Javed <asif.javed@onefunction.co.uk>
    Description:
        Purpose of the stylesheet follows.
*/

#counties a{
    color: #FFF;
    text-decoration: none;
}

#counties a:hover {
text-decoration: underline;
}

#counties div.county {
    width:175px;
    float: left;
}