LI{
    

display: inline-block;
}
NAV,.ONS{
    background-color: lightcoral;
    color: white;
    text-align: center;
    padding: 4PX;
    
}
.one{
    display: flex;
    justify-content: space-around;
}

.ONS{
margin-top:20PX;
padding-left: 40PX;
}
li:hover{
    color: rebeccapurple;
}
li{
cursor: pointer;

}
.one{
    width: 220PX;
    border-color: black;
    border-width: 3;
    border-style: solid;
    
    display: inline-block;
    margin-left: 160px;
    text-align: center;
    

}
.two{
    display:inline-block;
    width: 220PX;
    border-color: black;
    border-width: 3;
    border-style: solid;
    margin: 20px;
    text-align: center;
}
SPAN{
    
    padding: 3PX;
    background-color: lightblue;
    border-width: 3;
border-color: black;
border-style: dotted;
}
 a{   
   padding: 6px; 

}

.three{
    width: 220PX;
    border-color: black;
    border-width: 3;
    border-style: solid;
    display: inline-block;
 text-align: center;   
}

form,tr{
    
    background-color: darkgray;
    color: white;
    width: 450px;

}

table{
    padding: 10px;

}
.four{
background-color: yellow;
color: blue;
text-align: center;
width: 300PX;
padding: 10PX;
margin-left: 360PX;
}
.four{
cursor: pointer;
}
.five{
    border-color:lightblue;
    border-width: 5;
    border-style: double;
    width: 440px;


}

P:hover{
background-color: aliceblue;
color: black;
}
.contain{
justify-content: space-around;
flex-wrap: wrap;
}