ul{
list-style: none;
padding:5;
margin:10;
}
table{
display: table;
border-spacing: 2px;
border-color:gray;
}
ul li a{
text-decoration:none;
font-family:geogia, Times New Roman, redfserif;
background-color:gray;
color:red;
display:block;
Border:1px solid black;
text-align:center;
width:80px;
margin:5px;
padding:5px;
border-radius:5px;
}
ul li a:hover{
background-color: white;
color:black;
}

head{
color:red;
text-align:center;
}
#para1{
margin:80px;
color:Red;
text-align:justify;
border:1px solid gray;
background-color:green;
}