/* Note: need to modify colors */
 
    #main {
	overflow:hidden;
	border-width:0;
    }

    /* Text */
/*
    .text {
        font-size: 14px;
        line-height: 24px;
        color:black;
        text-align:justify;
        margin-left: auto;
        margin-right: auto;
        width: 480px;
        margin-bottom:25px;
    }
*/
    div.text p {
        color:black;
    }

    div.text H1 {
        font-size: 23px;
        font-weight:normal;
        /* color: #87CEEB; /* Light Blue */
         color:#0000FF;  /* Blue */
        /*color:rgb(234,230,159); /* Pale Gold */
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        display:block;
    }
    div.text H2 {
        font-size: 17px;
        font-weight: normal;
        /*color: #87CEEB;*/
        color:#0000FF; /* Blue */
        /* 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: #87CEEB;*/
        color:#0000FF; /* Blue */
        /* 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:#0000FF; /* Blue */
 
        /* 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(134,130,59); /* Pale Gold */ text-decoration: none}


