/* This is stylesheet.css an external style sheet */

  /* Style whole page */
body {text-align:center;
background-image:url(pix/bkgwood_45.jpg);
font:-size:200%;
text-color; white;
  margin: 0;
}
hr{
height:5px;
border-width:0;
background-image:url(handshake.png);
 
/* Wrapper div controls width of entire layout */
#wrapper {
  width: 90%; min-width: 580px; max-width: 1400px; background-image:url(pix/bkgwood.jpg); border: solid 1px; silver; border-radius: 4px; margin: 10px auto;
}
/* Navigation bar */
nav {
  background-color: #FFA500;
  height: 30px;
  line-height: 30px;
   border: ridge 8px #5e8ed1
   justify-content: centered;
   flex-wrap: wrap;
   padding: 1em;

}
/* Navigation bar links (<a> tags) */
nav a {
  display:inline-block;
  width: 18%;
  text-decoration: border;
  color: bronze;
  font-size: 150%;
  border-left: solid 1px silver;
}
/*Styles for links*/

/*Unvisited links*/
a:link {color:black; text-decoration:none;}
/*Visited links*/
a:visited {color:orange; text-decoration:none;}
/*Mouse pointer hovering over link*/
a:hover {color:black; background-color:orange; text-decoration:underline;}
/*Mouse pointer on link and mouse button down*/
a:active {color:black; background-color:orange; text-decoration:underline;}


h1{
  margin:20;
  }
  h2{
  color: white;
  }
selector {color: white;
    font-size: 200%;
}
<style>

