body {
  background-color:#fdf6e3;
  color:light-grey;
}
h2 {
  font-family: Arial;
  font-weight: Regular;
}

h3 {
  font-family: Arial;
  font-weight: Regular;
  color:black; 
}

div {
  color:black; 
  width: 100%;
  /*padding:10px;*/
  font-family: courier new;
  overflow: auto;
}

p {
  font-size:85%;
}

#col-2-3 {
  float:left;
  width: 50%;
}

#col-1-3 {
  float:left;
  width: 20%;
}

#col-3-3 {
  float:left;
  width: 20%;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}
/*
#col-2-3 {
  float:left;
  width: 725px;
}

#col-1-3 {
  float:left;
  width: 195px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}
*/
