     #main {
        background-color:rgb(193,239,255); /* Light Blue */
    }

    /* Text */
    .text {
        color:black;
    }

    div.text p {
        color:black;
    }

   b {
	color:rgb(254,115,72); /* Orange-Pink */ 
	font-weight:bold;
	text-transform:none;
	font-size:16px;
    }

    i {
	color:rgb(0,133,184); /* Dark Teal */ 
	font-style:normal;
	font-size:16px;
    }

    div.text H1 {
         color:#0000FF;  /* Blue */
    }
    div.text H2 {
        color:rgb(0,133,184); /* Dark Teal */
    }

    div.text H3 {
        color:rgb(0,133,184); /* Dark Teal */
	display:inline;
	margin:0;
    }

    div.text H4 {
        color:#0000FF; /* Blue */
	display:inline;
    }

    /* Links in text */

    div.text a:link {color:rgb(91,91,255); text-decoration: none} /* unvisited link */
    div.text a:visited {color:rgb(91,91,255); text-decoration: none} /* visited link */
    div.text a:active {color:rgb(91,91,255); text-decoration: none} /* selected link */
    div.text a:hover {color:rgb(134,130,59); /* Pale Gold */ text-decoration: none}


