﻿div.login {
    text-align: center;
}

    div.login h1 {
        font-size: 1.20em;
        font-weight: bold;
    }

    div.login p {
        text-align: left;
    }

    div.login table {
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    div.login td {
        font-weight: bold;
    }

        div.login td a {
            font-weight: normal;
            font-size: 0.80em;
            color: #393B3C;
        }

    div.login ul {
        color: Red;
        margin: 15px 0 0 0;
        padding: 0 0 0 0;
        list-style-type: disc;
        list-style-position: inside;
    }
