@charset "utf-8";
/* CSS Document */

table {
    border-collapse: collapse; 
}
table .center {
    margin-left: auto;
    margin-right: auto;
}
nav td {
    background-color: blue;
    width: 100px;
    height: 40px;
    font-size: 24px;
    color: yellow;
    text-align: center;
    border: 1px solid black;
    border-radius: 50%;
}
nav tr {
    margin: 30px auto;
}
tr a {
    color: yellow;
    text-decoration: none;
}
ul .navl {
    margin-left: 30px;
}
li .navl {
    width: 100px;
    height: 40px;
    background-color: red;
    list-style-type: none;
    font-size: 24px;
    color: white;
    text-align: center;
    border: 2px solid yellow;
}
.bigBlue {
    font-size: 36px;
    font-family: "Lucida Calligraphy", Arial, serif;
    color: #FFFFFF;
}
.bigRed {
    font-size: 38px;
    font-family: "Lucida Calligraphy", Arial, serif;
    color: #800000;
}