body{
  background-color: #feeae3;
  width: 1100px;
  color: #2e1d25;
}
.bb_banner{
  text-align: center;
  margin-left: 340px;
}

.menu_bb{
  text-align: center;
  margin-left: 340px;
}

.content_bb{
  text-align: center;
  width: 800px;
  display: block;
  font-family: "Courier New";
  font-size: 15px;
  margin-left: 340px;
}

.story{
  text-align: center;
  border: solid;
  border-color: pink;
  border-width: 4px;
  height: 300px;
  overflow-y:scroll;
  padding: 10px;
}

.table_info{
  text-align: center;
  margin-top: 15px;
  margin-left: 150px;

}

.extra_bb{
  padding: 10px;
  width: 800px;
  background-color: #2e1d25;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  margin-left: 340px;
  color: white;
}


/* unvisited link */
a:link {
  color: pink;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: pink;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: red;
  text-decoration: none;
}
