.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCFFFF;
	text-align: left;
	font-variant: normal;
	letter-spacing: 1px;
	border: thin double #3399FF;
	padding: 2px;
	word-spacing: 2px;
	width: 100%;
	text-indent: 8px;
}
.author {
	color: #CCFFFF;
	background-color: #669999;
	text-align: right;
	clear: left;
	float: right;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-right: 4px;
	padding-left: 4px;
	width: auto;
	vertical-align: top;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;


}
.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #CCFFFF;
	font-size: x-large;
	float: left;
	font-style: italic;
	font-weight: bolder;
	padding-right: 2px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #0066CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
}
a:link {
	text-decoration: none;
	color: #0066CC;

}
a:visited {
	text-decoration: none;
	color: #666666;

}
a:hover {
	text-decoration: underline;
	color: #CCFFFF;

}
a:active {
	text-decoration: underline;
	color: #CCFFFF;

}
.footer {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.headline {
	background-color: #3399FF;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
body {
	color: #333333;
	background-color: #99CCCC;
	font-family: Arial, Helvetica, sans-serif;
}
