    #main {
        background-color:rgb(0,0,10); /* Dark Blue */
    }

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

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

    div.text H1, div.text H2,div.text H3, div.text H4 {
        color:rgb(234,230,159); /* Pale Gold */
    }

    b {
 	color:rgb(234,230,159); /* Pale Gold */
	text-transform:uppercase;
	font-weight:bold;
    }

    i {
	color:rgb(254,115,72); /* Orange-Pink */
	font-style:normal;
	font-size:16px;
    }

    /* Links in text */

    div.text a:link, .sectiontable a:link 
	{color:rgb(0,191,255);   /* Med Blue */ text-decoration: none} 

    div.text a:visited, .sectiontable a:visited 
	{color:rgb(0,191,255);   /* Med Blue */ text-decoration: none}

    div.text a:active, .sectiontable a:active 
	{color:rgb(0,191,255);   /* Med Blue */ text-decoration: none} 

    div.text a:hover, .sectiontable a:hover 
	{color:rgb(234,230,159); /* Pale Gold */ text-decoration: none}

    /* Tables in sections (i.e News and Events) */
    .sectiontable {
        color:rgb(193,239,255); /* Light Blue */
        border-color:rgb(234,230,159); /* Pale Gold */
    }

    .sectiontable TD {
        border-color:rgb(234,230,159); /* Pale Gold */
    }
	

