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

#colA {
	float: left;
	width: 600px;
	}

#colB {
	float: right;
	width: 235px;
	padding-right: 45px;
	}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
	margin-top: 50px;
}

.by {
	text-align: right;
	font-size: 95%;
}

