#nav {
        
         color:white;
}
#nav > ul {
                list-style-type: none;
font-size:30px;
}

#nav > ul > li {
    display: inline;
}


#nav > ul >li > a:hover {
       color: blue;
}
body {
                                 font - size : 60px;
                                 color: rgb(0,0,0);
                                 padding: 8px;
                                 border: 1px solid blue;
                                 font-style: underline;
                                 margin: 30px;
                                 text-align: center;
                                 background-image: url("./../images/4.jpg");
 }
 

table { 
 background-image: url("./../images/avatar3.png");
background-size:auto;
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;
}
