﻿
.csContainer
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.csTitle
{
	font-family: Garamond, Times New Roman, Serif;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.csSummary, .csSummaryFull
{
	font-size: 14px;
	font-family: Times New Roman, Serif;
}
.csSummary
{
	float: left;
	width: 350px;
}
.csSummaryFull
{
	float: left;
	width: 570px;
}
.csQuote
{
	float: right;
	width: 200px;
	border-style: dotted;
	border: dotted 1px #006600;
	background-color: #ffffff;
	padding: 3px;
}
.csAuthor
{
	padding: 5px;
	font-style: italic;
	font-weight: 500;
}
.csLink
{
	clear: both;
}

