body {
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(imgs/flower-corner.jpg);
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #4F4D42;
}

td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #4F4D42;
}

li {
	list-style: katakana;
}
ol {
	list-style:circle;
}
a:link {
	color: #2D392F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D392F;
}
a:hover {
	text-decoration: none;
	color: #2D392F;
	text-decoration:line-through;	
}
a:active {
	text-decoration: none;
	color: #2D392F;

}

.poem-title {
	font-size:14px;
	font-weight:bold;
}

.poem-footer {
  font-size: 10px;
}

.special {
	width:400px;
  height:auto;
	overflow:scroll;
	
}

.grass {
  color: #2D392F;
	background-repeat: repeat-x;
	background-position: bottom;
}

