@charset "UTF-8";
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
.Tweets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.Signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7AD6B;
	line-height: 14px;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
a:link {
	color: #BD975E;
	text-decoration: none;
}
a:visited {
	color: #BD975E;
	text-decoration: none;
}
a:hover {
	color: #BD975E;
	text-decoration: underline;
}
a:active {
	color: #BD975E;
	text-decoration: none;
}
