﻿.TermsOfUseTitle h1
{
    color: #404040;
    font-size: 20px;
    font-weight: bold;
}

.terms
{
    width: 700px;
    height: 500px;
    padding: 0px 5px 5px 5px;
    text-align: left;
}

    .terms #termsOfService
    {
        overflow-y: scroll;
        height: 510px;
        margin: 5px 0px 0px 0px;
    }

    .terms h3
    {
        color: #666666;
        margin: 15px 0px 5px 0px;
        font-weight: bold;
    }

    .terms h2
    {
        color: #666666;
        margin-bottom: 15px;
        font-weight: normal;
    }

ul li .terms
{
    color: #000000;
}

    ul li .terms a
    {
        color: #1b68d1;
        font-size: inherit;
    }

        ul li .terms a:hover
        {
            color: #023c8b;
            text-decoration: underline;
        }
