@charset "UTF-8";
/* CSS Document */
#poem-table {
	display: block;
	border-collapse: separate;
	padding:20px 0 10px 0;
	width: 470px;
	font-size:16px;
}
.poem-tr {
	display: table;
	background-image:url(../img/BG053.jpg);
	width: 99%;
	}
.poem-td {
	display:table-cell;
	border-style:double;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	height: auto;
	width: 40px;
	text-align:center;
	vertical-align:middle;
}
.poem {
	font-size: 16px;
	font-weight:bold;
	color: #FFC;
}
.poem-image {
	text-align:center;
	padding:10px;
}
.poem-letter {
	width:450px;
	height:auto;
	background-image:url(../img/BG029.jpg);
	margin:20px;
	padding:30px;
	color:#960;
	font-size:18px;
}
.poem-a:link {
	color:#DDD;
	text-decoration: none;
}
.poem-a:visited {
	color:#DDD;
	text-decoration: none;
}
.poem-a:hover {
	color:#FFC;
	text-decoration:none;
}
.poem-a:active {
	color: #DDD;
	text-decoration: none;
}

