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

 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: 16px; 
}

nav {
margin: 30px auto; 
}

tr a {
color: yellow;
text-decoration: none;
} 

.nav1 {
margin-left:30px;
}

.nav1 {
width: 100px;
height: 44px; 
background-color: red;
list-style-type: none;
font-size: 26px;
color: white; 
}

body {
background-color: #74512D;
}






.bigorange { 
    font-size: 40px;
    font-family: "Garamond","Brush Script","Verdana","Georgia","Terminal";
    color: #f09205; text-align:center;
} 

.biglightgold { 
    font-size: 40px;
    font-family: "Terminal","Helvetica","Courier";
    color: #f09205; text-align:center;
} 

.bigdarkblue { 
    font-size: 40px;
    font-family:"Roboto","Terminal","Helvetica","Courier";
    color: #f09205; text-align:center;
} 
.div1
{ background-color:lightblue;
font-size:35px;text-align: center; height: 50px; }




