
body {
  margin: 0;
}

body {
    background-color: silver;
}

table{
     
    background-color: black;
						
						width:100;
						height:100px;
						border: 1px solid black;
						top: 0;
						left: 0; 
                        display: none;						

}

a {
   color:white;
   font-size: 20px;
   
      
 }

ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    overflow: hidden;
    background-color: ;
    
}

li {
    float: left;
    color: none;
}

img  {
     float: right;
     
}

li a {
      
    display: ;
    color: ;
    text-align: right;
    padding: 14px 16px;
    text-decoration: none;
}

 a:hover {
    color: teal;
}
  
  .active {
    background-color: green;
  }
  
  
  @media screen and (max-width: 767px) {
     /* start of phone styles */

           
              body  {

                          padding: 1%;
                   }
        
		h1 {
			text-align: center;
		}
		
		p {
			text-align:center;
                        font: 2.85rem

		}
		
		h2 {
			 text-align: center;
		}
		
		 ol li {
			     text-align:center;
		 }
	 
	 
	 
	 

}

  