body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.rightquote::first-letter{
	text-transform: uppercase;
}

.leftquote{
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 10px;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000CC;
}

.leftquote::first-letter{
	text-transform: uppercase;
}
