@charset "utf-8";
/* CSS Document */

.words {
}
	.words .photo {
		float:right;
		width:165px;
	}
	.words .word {
		float:left;
		width:500px;
		padding-top:6px;
	}
		.words .word .toSample {
			display:block;
			text-align:right;
		}
