body {
 background-color:burlywood;
 background-image: url('/BookReviews/FederalistPapers/Pictures/AlexanderHamilton.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50px 25px; 
    background-size:120px;
    font
}

#return {
  top:10px;
  right:30px;
  position:absolute;
  font-weight:bold;
  color:red;
  }

#return a {
  text-decoration:none;
}

#return a:hover {
 color:pink; 
}

h1 {
text-align:center;

}

h2 {
  text-align:center;
  margin-right:20%;
  margin-left:20%;
}

h3 {
  text-align:center;
}

h4 {
 text-align:center; 
  
}

.logo span {
 color:yellow; 
}

.para {
 color:blue;
 margin-left:-45px;
 display:inline-block;
 float:left;
 
}

.fedText {
 width:80%;
 margin-left:10%;
  
}

.fedQuote {
  font-family: 'Arial', sans-serif;
  width:80%;
  margin:0 auto;
  padding-left:10px;
  text-align:left;
  font-size:1.2em;
  font-weight:bold;
  color:black;
  border-left: thick solid darkred;
  border-width:25px;

  }
  
.fedQuoteAuthor {
  width:80%;
  text-align:right;
  font-weight:bold;

}

hr {
 margin-top:30px; 
}

.navigation {
  background-color: #2b78c3;
  display:inline-block;
  width:100%;
  position: fixed;
    bottom: 0;
    left:0;

  }
  
.icon {
 float:left; 
 margin-top:15px;
 margin-left:15px;
}

h5 {
  font-family: "Ariel", sans-serif;
  float:left;
  color:white;
  font-size:20px;
}

h5 a{
  text-decoration:none;
  color:white;
}

h5 a:hover {
 color:aqua; 
}

h6 {
 font-size:20px;
 margin-bottom:-5px;
 margin-top:2em;
 color:brown;
}

.navButtons {
display:inline-block;
 margin-top:38px;
 margin-left:23%;
}

.navButtons a{
  text-decoration:none;
  color:white;
}

.navButtons a:hover {
 color:aqua; 
}

blockquote {
 font-style:italic; 
}