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

table {
    /*border-collapse: collapse;*/
}
table.center {
    margin-left: auto;
    margin-right: auto;
}

nav tr{
    margin: 30px auto;
}
tr a {
    color:white;
    text-decoration: none;
}
ul.nav1 {
    width: 100px;
    height: 40px;
    background-color: red;
    list-style-type: none;
    font-size: 20px;
    color: brown;
}
    
li.nav1 {
    width: 100px;
    height: 40px;
    background-color: pink;
    list-style-type: none;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 2px white;
    line-height:40px;
    
    
}
li a {
    color: white;
    text-decoration: none;
}
li a:hover { 
    color: blue;
}