
#nav {
         
         color:white;
}
#nav > ul {
                list-style-type: none;
font-size:30px;
}

#nav > ul > li {
    display: inline;
}


#nav > ul >li > a:hover {
       color: red;
}

body {
                                 font - size : 40px;
                                 color:blue;
                                 padding: 8px;
                                 border: 1px solid orange;
                                 font-style: underline;
                                 margin: 30px;
                                 text-align: center;
                                 background-image: url("./../images/avatar7.jpeg");
 }
 

table { 
 background-image: url("./../images/3.jpg");
background-size:center;
background-repeat:no-repeat;
border: 2px solid pink;
font-size: 30px;
}
table >thead > tr >th {
color: orange;
font-weight: bold;
}

table >thead >tbody >tr >td{
color: red;
font-weight: bold;
}




            