	 body {
		 background-color: #543136;
		}
	 a {
		 border: medium; 
		 font-size: 24px; 
		 color: #d8c6b8;
		}
	 ul {
		 border: thick; 
		 font-size: 24px;
		}
 	 .div1 {
		 position: fixed; 
		 top: 0; 
		 right: 0; 
		 background-color: #cf1c44; 
		 float: right; width: 1000px; 
		 height: 62px
		}
	 .div1 ul li {
		 display: inline;
	 .fa {
		 padding: 20px;
  		 font-size: 30px;
  		 width: 50px;
  		 text-align: center;
  		 text-decoration: none;
  		 margin: 5px 2px;
		 }
	 .fa:hover {
    	 opacity: 0.7;
		 }
	 .fa-facebook {
  		 background: #3B5998;
 		 color: white;
		 }
	 .fa-twitter {
  		 background: #55ACEE;
  		 color: white;
		 }
	 .fa-linkedin {
  		 background: #007bb5;
  		 color: white;
		 }
	 .fa-instagram {
  		 background: #125688;
  		 color: white;
		 }
	 .fa-tumblr {
  		 background: #2c4762;
  		 color: white;
		 }		 