@charset "utf-8";
/* CSS Document */

#poem {	
	background-image: url(images/bg-dart.jpg);
	background-position: right top;
	background-repeat: no-repeat;	
	width: auto;	
	margin-top: 15px;
}


#poem blockquote	 {
  	border-left: 5px solid #f00;
  	padding-left: 10px;	
	margin-left: 50px;
	font-family: georgia, serif;
  	font-style: italic;
	color: #333;
	background-color: inherit;
}
#poem .verse {	
	padding-bottom: 15px;
	font-size: 110%;
}
#poem .lastverse {	
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 120%;
	font-weight:bold;
	color: #000;
	background-color: inherit;
}

#poem .poet {
	font-size: 90%;
	padding-bottom: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999;
	background-color: inherit;
}
