@charset "utf-8";
/* CSS for navl */

table {
    border-collapse: collapse;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
nav td {
    background-color:#27292e;
    width: 100px;
    height: 40px;
    font-size: 24px;
    color: green;
    text-align: center;
    border: 1px solid white;
    border-radius: 15px;
}
nav trv {
    color: white;
    text-decoration: none;
}
u1.nav1 {
    margin-left: 30px;
}
li.nav1 {
   width: 100px;
    height: 40px;
    background-color: #27292e;
    list-style-type: none;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 2px solid blue;
}
    