body {
	margin: 0 auto;
	text-align: center;
	font-family: trebuchet MS;
	font-size: 13px;
	line-height: 15px;
}

table {
	margin: 0 auto;
}

tr, td {
	padding: 0px;
	margin: 0px;
}

a {
	color: #844dff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#title {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
	height: 28px;
	width: 100%;
	color: #6237C2;
}

.articleTitle {
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px;
}

.articleText {
	padding-left: 14px;
	width: 448px;
	padding-right: 20px;
	font-size: 14px;
}

.articleImg {
	vertical-align: top;
	text-align: right;
}

.source {
	padding: 14px;
}

#purpleLineTop {
	background-color: #6237C2;
	height:14px;
	font-size:0px;
}

.purpleLine {
	background-color: #844dff;
	height: 1px;
	width: 602px;
}

.footerText {
	font-size: 12px;
	padding-top: 14px;
}			

