    a{
       font-family: arial, swiss, san-serif;
       text-decoration: none;
       color: yellow;
       border: 0px 
    } 
    a:hover{
       text-decoration:underline;
    }
    a img{
      border: 0px 
    }
    body {
       background-color: #102031;
       font-family: arial, swiss, san-serif;
       text-decoration: none;
       color: yellow;
       }
  
  ul.navlist
   {
   margin-left: 0;
   padding-left: 0;
   white-space: nowrap;
   }
   
   .navlist li
   {
   display: inline;
   list-style-type: none;
   }
   
   .navlist a { padding: 3px 10px; }
   
   .navlist a:link, .navlist a:visited
   {
   color: yellow;
   text-decoration: none;
   }
   
   .navlist a:hover
   {
   color: yellow;
   text-decoration: none;
   }

