#terms_conditions {
        width: 479px;
        margin-left: auto;
        margin-right: auto;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: justify;
        line-height: 20px;
}

#terms_conditions p {
        margin-left: 5px;
        margin-right: 5px;
}


#terms_conditions a{
        color: blue;
}


#terms_conditions h1{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
}

#terms_conditions h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
}


#terms_conditions h3{
        font-weight: bold;
        font-size: 13px;
}


#terms_conditions h3 a {
        color: #000;
}

#terms_conditions ol {
       margin: 0px;
       padding: 0px;
}

#terms_conditions li {
       padding-right: 5px;
       padding-top: 20px;
}

#terms_conditions ol ol{
        list-style-type: lower-alpha;
        padding: 0px;
        margin: 0px;
}

#terms_conditions ol ol li{
        padding-top: 0px;
        padding-bottom: 15px;
}

#terms_conditions ol ol ul{
        list-style-type: disc;
        list-style-image: none; 
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
}