body {
	margin-top: 0; 
	margin-left: 0; 
	background-color: #C4C4C4;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
.bodyCopy {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyBold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.header {
	display: inline; 
	padding-left: 14px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
}
.Quotation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 14px;
}
.bodyBoldGrey {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-indent: 20px;
}
.warningHeader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
	border: 4px solid #FF9900;
}
.bodyBoldWhite {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.footerCopy {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
.pageTitles {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
}
.QOTDheader {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
.otherQuotes {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E0E0E0;
	color: #991BC3;
	border: 4px solid #E0E0E0;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:10px;
}
form {
	padding:0px;
	margin:0px;
}

.bodyBoldRed {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.quoteContainer {no required styles}

/* The left aligned style: */
.quote {
   font-family: Verdana, sans-serif;
   font-size: 12px;
   color: #000000;
   float: left;
   width: 79%;
   }

./* The right aligned style: */
source {
   font-family: Verdana, sans-serif;
   font-size: 12px;
   color: #000000;
   float: right;
   width: 19%;
   text-align: right; /* depends on element width */
   } 
.publishedDate {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.PreviousQuotesheader {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
}
