body {
  margin:0;
  min-width: 800px;
  padding:30px 0px 30px 0px;
}
img {
  Width:100px;
  border:1px solid #98BF21;
}
img {
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
}

table {
  margin: 0 auto;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse:collapse;
  border:1px solid #98BF21;
}
th, td {
  padding:3px 7px 2px 7px;
  font-size:1em;
  white-space: nowrap;
}
th {
  font-size:1.3em;
  text-align:center;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
  color:#FFF;
}
th A:link, th A:visited {
  text-decoration:none;
  color:#FFF;
}
td, th A:hover, td A:hover {
  color:#000;
}
td A:link, td A:visited {
  color:#00E
}
td A:hover {
  color:#000;
}
tr.alt td {
  background-color:#EAF2D3;
}

#poem {
  font-size:1em;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  float:right;
  border-left:2px dashed #000;
  padding:3px 10px 3px 10px;
}
#poem div.title {
  font-weight:bold;
  font-size:1.1em;
  margin-bottom: 5px;
}
span.it {
  font-style:italic;
}
