/* poem.php ----------------------------------------------------*/

.poem_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.translator {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.poem_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;

}

.poem_text pre{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.poem_text ul{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.move_poem{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;	
}
p{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.other_men_dep {
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}



/* -------------------------------------------------------------*/
