    #main {
        background-color:rgb(0,0,10);
    }

    /* Text */
    .text {
        /*color:#FFE4B5; /* Moccasin */
        /*color:#FFEFD5; /* PapayaWhip */
        /* color:rgb(234,230,159); /* Pale Gold */
        color:rgb(193,239,255); /* Light Blue */
        /* color:#00BFFF; /* Med Blue */
    }

    div.text p {
        color:rgb(193,239,255); /* Light Blue */
    }

    div.text H1 {
        font-size: 24px;
        font-weight:normal;
        color:rgb(234,230,159); /* Pale Gold */
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        display:block;
    }
    div.text H2 {
        font-size: 19px;
        font-weight: normal;
         color:rgb(234,230,159); /* Pale Gold */
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        display:block;
    }

    div.text H3 {
        font-size: 16px;
        font-weight: normal;
        color:rgb(234,230,159); /* Pale Gold */
        text-align:left;
        padding-top: 10px;
        display:block;
    }

    div.text H4 {
        font-size: 14px;
        font-weight: bold;
        color:rgb(234,230,159); /* Pale Gold */
	display:inline;
    }

    /* Links in text */

    div.text a:link {color:#00BFFF; text-decoration: none} /* unvisited link */
    div.text a:visited {color:#00BFFF; text-decoration: none} /* visited link */
    div.text a:active {color:#00BFFF; text-decoration: none} /* selected link */
    div.text a:hover {color:rgb(234,230,159); /* Pale Gold */ text-decoration: none}


