﻿body 
{
	font-size: small; 
	color: black; 
	font-family: Verdana, Arial; 
	margin-top: 0px; 
	margin-left: 1px;
}
.Quotes
{
	font-size: small; 
	color: #4D53B5;
	font-family: Verdana, Arial; 
	margin-top: 0px; 
	margin-left: 1px;
}
.BoxedQuotes
{
	border-color: #4D53B5; 
	border-style: double;
	border: 1px;
	border-spacing: 1px;
	width: 100%;
	color: #4D53B5;
}
.BigCap
{
	float: left;
	font-size: 300%;
	font-family: Times New Roman;
	line-height: 80%;
}
