    body {
    background: #00CCFF url(none);
    color: #000000;
    }

    h1 {
    background: #00CCFF;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    }

    h2 {
    background: #00CCFF;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    }

    p {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background: #00CCFF;
    color: #0a0a0a;
    }

    li {
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    background: #00CCFF;
    color: #0a0a0a;
    }

    a.link {
    font-size: small;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: #00CCFF;
    color: yellow;
    }

    a.visited {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background: #00CCFF;
    color: red;
    text-decoration: none;
    }

    table {
    background: #00CCFF;
    margin: 15px;
    }

    th {
    font-size: medium;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: #00CCFF;
    color: #0a0a0a;
    }

td {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background: #00CCFF;
    color: #0a0a0a;
    }

