ol{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 25px;
    list-style: disc;
}

ol li{
    line-height: 150%;
}

.colleges
{
    margin: 0;
    padding: 0;    
}

.colleges li
{
    list-style: none;
    padding: 3px 0 3px 15px;
    margin-left: -15px;
    background: #fff url(../images/list_bullet_small.png) no-repeat 0 8px;
    color: #07519a;
}
.colleges span
{
    font-size: 9px;    
}

.colleges a, .colleges a:visited
{
    color: #07519a;
    text-decoration: none;    
}
.colleges a:hover
{
    text-decoration: underline;    
}
