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

.PurPurple {
    font-size: 36px;
    font-family:"tahoma", arial, serif;
    color: #6C3BAA;
}
.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-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: red;
    list-style-type: none;
    font-size: 24px;
    color: white;
}
.li:a{
     color: white;
     text-decoration: none;
 }

.li:a:hover{
    color: yellow;
}

