body {
  background-color: #FFEBCD;
}

h3 { 
  text-align: center;
  color: orange;
 }

h3.blackbox { 
  border: 5px solid; 
  border-color: black ;
  padding: 5px ;
  background-color: #ffcccc;
  width: 200px;
} 

p.blackbox {
  border-color: black;
  border-style: solid;
}

img.floatright {
  float: right;
  margin: 5px;
}

img.rightscaledhalf {
  width: 100%;
  float: center;
  margin: 5px;
}

div.figurehalfright {
  float: right;
  width: 40%;
  margin: 4px;
  padding: 6px;
  border: ;
}

div.figurehalfright p {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}

div.figurehalfleft {
  float: left;
  width: 30%;
  margin: 4px;
  padding: 6px;
  border: ;
}

div.figurehalfleft p {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}

img.leftscaledhalf {
  width: 100%;
  float: center;
  margin: 5px;
}

div.figurehalfcenter {
  float: center;
  width: 40%;
  margin: 4px;
  padding: 6px;
  border: ;
}

div.figurehalfcenter p {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}

img.centerscaledhalf {
  width: 100%;
  float: center;
  margin: 5px;
}
