/* style sheet for about corners and columns.
   width of each box below is the total width of the text.
   padding is padding around words, so that total width of div=width of
        text + 2*padding width */

body.contact {
      background-color: #666666;
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      text-decoration: none;
      color: #999999;
    } 

div#container {
  width: 640px;
  margin-top: 15px;
  text-align: left;
}

div#box{
  padding: 15px;
  background:#99ccff;
  color:#000000;
  width: 350px;
  font-size: 12px;
  font-family: times, serif;
  text-decoration: none;
  float: left;
  margin-bottom: 15px;
}
div#boxright{
  padding: 15px;
  width: 225px;
  background:#ccffff;
  color:#000000;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
}
.poemtitle {
  font-size: 125%;
  color: #ffffff;
 }
.poemauthor {
  font-size: 110%;
  color: #ffffff;
 }

