div#ad {
  width: 24%;
  float: left;
}
div#cont {
  width: 75%;
  float: right;
}

p  {
  font-size: 0.8em;
  line-height: 1.5em;
}

table, td {
  border-style: solid;
  border-color: darkblue;
  border-collapse: collapse;
  border-weight: 1px;
  padding: 0.5em;
}

h1{
  font-size: 1.5em;
}

h2{
  font-size: 1.0em;
}
b {
  color: darkorange;
}