BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header {
	font-size: 14px;
	font-weight: bold;
	color: #78BBD5;
	background-color: #FFFFFF;
}
a:visited {
	color: #436173;
}
a:link {
	color: #4A8F7F;
}
a:hover {
	color: #4A6A7D;
}
#footer {

	font-size: 12px;
	font-weight: bold;
	color: #78BBD5;
}

#round {
	width:160px;
	margin-right:2%;
	border:1.5px solid #FF9900;
	background:#bbd8f1;
	padding: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

    -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #99ccff;
}

#roundtable {
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.tweet_hr {
	margin-left:10px;
	margin-right:10px;
	color:#666666;
}

.tweet_header {
	font-size:12px;
}
.tweet_body {
	line-height:1.25;
	margin-top:15px;
	color: #4A8F7F;
}
.tweet_date {
	font-size:9px;
	font-weight:bold;
	margin-bottom:15px;
	color:#999999;
}
.tweet_footer {
	position: absolute; 
	bottom: 10px;
	margin-left:13px;
	margin-right:12px;
}