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

table {
   border-collapse: collapse; 
}
.center {
    margin-left:auto;
    margin-right:auto;
}
nav td {
    background-color:red;
    width:100px;
    height:40px;
    font-size:24px;
    color:white;
    text-align:center;
    border:1px solid white;
    border-radius:15px;
}
nav tr {
    margin:30px auto;
}
tr a {
    color:yellow;
    text-decoration:none;
}
ul.nav1 {
    margin-left:30px;
}
li.nav1 {
    width:100px;
    height:40px;
    background-color:orange;
    list-style-type:none;
    font-size:24px;
    color:white;
    text-align:center;
    border:2px solid purple;
}










.bigBlue {
    font-size: 36px;
    font-family: "Lucida Calligraphy", "Arial", "serif";
    color: #4359b0;
}
.red {
    font-size: 24px;
    font-family: "Lucida Calligraphy", "Arial", "serif";
    color:#c61a09;
}
.white {
    font-size: 24px;
    font-family: "Serif", "Arial", "Lucida Calligraphy";
    color: white;
}