 table { border: solid;  border-color:black; background-color: #F4C831; width: 70%}

 tr {border:solid; border-color: white;}
     p {color: Black; font-family: Arial Narrow,serif; }
 

 body {
     background-color: white; font-family: Arial Narrow,serif;
      background-image: url('images/dove.jpg');
      background-repeat: no-repeat;
      background-position: top right;
        
      color: black;
    }
     h3 {color: black; text-align: center
}

     a:link {color: #6B83B2 ;  }
     a:active {color:white; }
     a:visited {color: #504626;   }
     a:hover {color: white; }

