		body{background-color: #006600;  margin-top:100px;}
	
		li{ font-family: "Times New Roman", Times, serif; font-size: 30px;color: #ffffffff}
		.container { 
		height: 10%; 
		width: 80%; 
		display: flex; 
		justify-content: center; 
		align-items: center; 

		} 
		.container2 { 
		height: 10%; 
		width: 80%; 
		 margin-top: 50px;
		display: flex; 
		justify-content: center; 
		align-items: center; 

		} 
		a:link {
		color: #ffffffff;
		background-color: transparent;
		text-decoration: none;
		}
		a:visited {
		color:  #ffffffff;
		background-color: transparent;
		text-decoration: none;
		}
		a:hover {
		color:#ffffffff;
		background-color: transparent;
		text-decoration: underline;
}
		.bhome{
		font-family: "Times New Roman", Times, serif; font-size: 30px;

		display: flex; 
		justify-content: center; 
		align-items: center; 
		}
		.center{
		  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
		}
	 logo {
	position: relative;
	  left: 60px;
	  top:50px;
	   }
	 .subMenu{
	     font-family: "Times New Roman", Times, serif; font-size: 30px;color:  #000000
	 }
	 center{
	       margin: auto;
          
        
	 }
	    no-bullets {
        list-style-type: none;
        margin: 0;
        padding-left: 50px;
        }
    .fontColorW{
        color:white;
    }
    
    /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  width: 100%;
  padding: 5px;
   white-space: nowrap; /* Prevents text from wrapping */
}
.cell {
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Clear floats after image containers */

   