@charset "utf-t"
/* CSS for navl */

table {
    border-collapse: collapse;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
Nav td {
    background-color: green;
    width: 100px;
    height: 50px;
    font-size: 24px;
    color: blue;
    text-align: left;
    border: 5px solid black;
    border-radius: 15px;
}
nav tr{
    margin: 30px auto;
}
tr a {
    color: blue;
    text-decoration: none
}
ul.nav { 
    margin-left: 30px;
ul.navl {
    width: 100px;
    height: 50px;
    background-color:green;
    list-style: none;
    font-size: 24px;
    color:white;
}
