
A{text-decoration:none}
A:hover{color:orange;}


    #Top  /* the main DIV at the top of the page */ 
    {
        position: absolute;
        top: 2px;
        left: 5px;
        height: 45px;
        width: 810px;
        visibility: visible;
        background-color: #FFFFFF; /* test was F4FFF4*/
        padding: 4px;
    }  

    #Mission  /* Mission Statement below the top */ 
    {
        position: absolute;
        top: 55px;
        left: 130px;
        height: 40px;
        width: 800px;
        visibility: visible;
        background-color: #FFFFFF; /* test was FFF0FA*/
        padding: 16px;
	border-style: solid;/* groove;  outset; inset;  solid; ridge; groove; double; */
	border-color: #E0FFE0;
	border-width: 6px;  
    }


    #Content  /* the main DIV in the middle of the page */ 
    {
        position: absolute;
        top: 125px;
        left: 130px;
        height: 1700px;
        width: 800px;
        visibility: visible;
        background-color: #FFFFFF; /* test was FFF0FA*/
        padding: 16px;
	border-style: solid;/* groove;  outset; inset;  solid; ridge; groove; double; */
	border-color: #E0FFE0;
	border-width: 6px;  
    }
    
    #SideLinks  /* Links on the left side of the page */ 
    {
        position: absolute;
        top: 60px;
        left: 5px;
        height: 500px;
        width: 115px;
        visibility: visible;
        background-color: #FFFFFF;  /* test was FFFAE8  F4FFF4*/
        padding: 5px;
    }

    HERE IS SOME TEXT
