@charset "utf-8";
.Quote {
	font-style: italic;
	color:#333;
	font-size:18px;
	text-align: center;
}
.Quote-Source {	text-align: center;	font-weight: bold;	color:#333; font-size:18px															}
.headlines {	text-align: center;	color:#333;			font-weight: bold;	font-size:14px				}
.subheadings {	text-align: left;	color:#333;			font-weight: bold;		font-size:14px			}
.body-text {	text-align: justify;	color:#333;												}			
.body-text a:link { color:#333; text-decoration:underline; }	