body {
   font-size: 62.5%;
   background-color: #ffffff;
}
p {
   font-size: 1.5em;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #333333;
}

#poem h1 {
   letter-spacing:normal;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-style:italic;
   color: #3a391d;
   font-size: 2em;
   margin:0 0 0.5em 0;
}

a {
   color: #333333;
   text-decoration: underline;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:visited {
   color: #333333;
   text-decoration: underline;
}
a:hover {
   text-decoration: underline;
   color: #111111;
}
a:focus {
   outline: none;
}

div#poem {
   margin-top:20px;
   margin-left:20px;
   width:600px;
}

div#poem img.smallbook {
   width: 182px;
   height: 285px;
}


div#poem p, div#poem ul {
   margin:0 0 1em 0; 
   font-size:1.4em;
}
div#poem ul {
   color:#333333;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   margin-left:40px;
}
pre {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #333333;
   font-size: 1.4em;
   line-height: 1.2;
   font-style: italic;
}
a img {
	border:none !important;
}
#lightbox.done p {
	color:#333333; /* colour of the poem text */
}
#definition {
	margin:25px;
}
.highlight {
	background-color:#feffaf;
}
p.textbox_close {
   visibility:hidden;
} 

