/* Poem styles 
   ------------------------ */

#navList {
  line-height: 1.6em;
}

#navList table {
  background: white;
  border: 1px solid red;
  margin-left: auto;
  margin-right: auto;
  width: 38em;
  border-collapse: collapse;
}

#navList .spacer {
  width: 5em;
}

#navList .attrib {
  text-align: center;
  color: red;
  font-weight: bold;
  width: 3em;
}
#navList .url {
  text-align: left;
  width: 35em;
}
#navList .author {
  padding-left: 3px;
  color: green;
}

#navList a:link, #navList a:visited {
  background: transparent;
}

#navList a:hover {
  text-decoration: none;
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
/*	background: #FF8080; */
}

#navList a:active {
  text-decoration: none;
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
