p:nth-child(2n){
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	width:90%;
}
p:nth-child(2n+1){
	font-weight: bold;
	text-align: right;
	border-bottom-color:#000000;border-bottom-style:dotted;border-bottom-width:1px;
}
