.top_container {
  width: 800px;
  border: 1px solid gray;
  margin-top: 10px;
  
}

.top_content {
  float: left;
  width: 70%;
  border: 1px solid gray;
  padding: 5px;
}

.sidemenu {
  width: 26%;
  float: right; 
  
  padding: 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid blue;
  color: #0000FF;
  background-color: #FFEFD5;
}
.title {
  font-size: 14px;
  font-weight: bold;
  color: #9966ff;
  background-color: #ffff00;
}

.body {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #696969;
  background-color: #ffb6c1;
}