﻿ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.one {
    background: url("../Content/Numbers/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Content/Numbers/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Content/Numbers/orderedList3.png") no-repeat;
}

ol.round h4 {
    margin:0;
    font-weight:700;
}

a.black {
    color: inherit;
    text-decoration: underline;
    padding:2px 3px;
}

a.black:hover {
    background-color:#d3d3d3;
    border-radius:5px;
}