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

.bigRed {
    font-size: 36px;
    font-family:"Franklin Gothic", "Futura", "Cambria";
    color: #ed1139;
}
.bigBlue {
    font-size: 40px;
    font-family:"Fabrica", Tahoma, serif;
    color: #00FFFF;
}
.bigPurple {
    font-size: 46px;
    font-family:"Merlin", "Comic Sans", "Times New Romans";
    color: #800080;
}
.div1 {
    font-size: 36px;
    font-family:"Georgia", "Helvetica", "Bodoni";
    color: #964B00;
}
.div2 {
    font-size: 36px;
    font-family:"Roboto", "Garamond", "Verdana";
    color: #A30B37;
}
.div3 {
    font-size: 36px;
    font-family:"Frutiger", "Constantia", "Calibri";
    color: #0A122A;
}
/* CSS for nav1 */
table {
    border-collapse: collapse;
}
.center {
    margin-left:auto;
    margin-right:auto;
}
nav td {
    background-color: blue;
    width:100px;
    height:40px;
    font-size:20px;
    color: red;
    text-align:center;
    border: 1px white solid;
    border-radius: 20px;
}
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:18px;
    color:white;
    border: 2px solid white;
    
}