@charset "utf-8";
@import url("../../webfonts/Brandon_reg/stylesheet.css");

body {
	background-color: #620C72;
	padding: 5px;
	font: 10px "Brandon reg", Helvetica, sans-serif;
	letter-spacing: 0.06em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
article {
	background-color: #620C72;
	color: #FFFFFF;
	border-radius: 30px;
	width: auto;
	height: auto;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	background-image: url(../images/lQuote.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}
article p {
	padding-right: 50px;
	padding-left: 55px;
	font-size: 1.8em;
	font-weight: 200;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 30;
}
.quote {
	padding-bottom: 6px;

}
.last {
	/*background-image: url(../images/rQuote.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	padding-bottom: 20px;
}
.quoted {
	text-align: right;
	padding-top: 5px;
	padding-right: 60px;
}
#tweeted {
	margin: 0px;
	text-align: right;
	padding-right: 50px;
	padding-top: 20px;
}
