.ul {
	text-decoration: underline;
}

.it {
	font-style: italic;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

#poem {
	margin-left: 50px;
}
#prop {
	float: right;
}
