body {
  background-color: #ccc;
  }  
   
#wrapper {
  margin-left: auto; 
  margin-right: auto; 
  width: 920px; 
  border: 1px solid gray;
  background-color: #8cdfca;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }  
     
.issue {
  float:left; 
  margin-left: 24px; 
  width: 280px
  }
  
.issue a:link {text-decoration: none; color: #d76151}
.issue a:visited {text-decoration: none; color: #d76151}
.issue a:hover {text-decoration: none; color: white}
.issue a:active {text-decoration: none; color: black}

.issue span {
    font-family: 'Kalam', serif;
    font-size: 18px;
    color: #d76151;
}  
  
.bkbutton {
   margin-left: 36px;
   font-family: Geneva, serif;
   font-style: italic;
   font-weight: 24px;
}  

.bkbutton:link {text-decoration: none; color: #d76151}
.bkbutton:visited {text-decoration: none; color: #d76151}
.bkbutton:hover {text-decoration: none; color: white}
.bkbutton:active {text-decoration: none; color: black}

h1 {color: #d76151}