﻿.servicesDiv
{
    width:520px;
}

.servicesDiv ul
{
    text-indent: 0;
}
.servicesDiv li
{
    margin-bottom:20px;
    margin-left:10px;
    list-style-type: none;
}

.servicesDiv a:hover
{
    color:#669966;
    text-decoration:underline;
}

.servicesDiv a
{
    color:#5F9EA0;
    text-decoration:none;
}