nav{
        font-style:Verdana sans-serif	; 
        text-align:center;
        position:static;
      
    }
    
    
    li{
      font-size: 24px;  
    }
    main{
        text-align:center;
        color:black;
        font-style: Trebuchet MS, sans-serif;
        font-size:36px;
        background-color:#4444FF;
        color:#0888ff ;
    }
    .h2{ 
        font-size:25px;
        color: black;
    }
    
    header{
        color: black;
        text-align:center;
        background-color: #4444FF;
        font-size: 40px;
    }
    img{
        height:250px;
        width:250px;
        float:right;
    }
    iframe{
        text-align:center;
    }
    td{
        color:black;
        font-size:20px;
    }
    table {
        padding:10px 10px ;
        border:black;
        margin:10px 10px;
        color:black;
        background-color:teal;
    }
    p{
        font-size: 24px;
        font-style: Times , serif;
        color:black;
    }
    
    .list{
        color:black;
    }
    #list{
        color:black;
    }
    .image{
        border-color:white;
    }
    body{
        background-color: white;
    }
    a{
        font-size:26px;
        font-style:italic;
    }
    #a{
        font-size:12px;
    }
    #h1{
        font-size:26px;
        text-align:center;
        color: black;
    }
    h1{
        font-style: sans-serif;
    }
    footer{ 
        font-style: sans-serif;
        color:black;
        font-size:10px;
    }