
a.menu 
  {height: 40px; 
   width: 180px;
   color: black;
   text-decoration: none;
   font-weight: 700;
   margin-left: 20px;
   background-color: braun;
   text-align: center;     
   border-style: outset;
   cursor: auto; 
   border-width: 7px;
   margin-bottom: 4%;}

a:hover.menu
 {color: black;
  text-decoration: none;
  background-color: lightgrey;      
         }

object {margin-left: 50px;
        }
a {width: 150px;
   height: 10px;
   color: black;
   text-decoration: underline;
   font-weight: 400;
   margin-left: 20px;}


object {margin-left: 20px;}



a:hover {color: magenta;
         text-decoration: none;}


a:img {display: inline;
       margin: 20px;
       height: 150;
       width: 200; 
       margin-right:2%;}


