body {
	font-family:Arial,helvetica,sans-serif;
	color:#606060;
	margin-top:10pt;
	margin-bottom:10pt;
}
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family:Arial,helvetica,sans-serif;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:16pt;
    margin-top:20pt;
}
h3 {
	font-size:12pt;
}
h4 {
	font-size:10pt;
}
pre {
	font-family:Courier New,Courier;
	font-size:10pt;
	color:#C0C0C0;
}
tt {
	font-family:Courier New,Courier;
	font-size:10pt;
	color:#C0C0C0;
}
a:link {
	font-family: Arial,helvetica, sans-serif;
	font-size:10pt;
	color:#0088FF;
	text-decoration:none;
}
a:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size:10pt;
	color:#0022FF;
	text-decoration:none;
}
a:active{
	font-family: Arial, helvetica, sans-serif;
	font-size:10pt;
	color:#0022FF;
	text-decoration:none;
}
.tweet {
  font-size: 120%;
  color: #000000; }
.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #F6F6F6; }
.tweet .tweet_list li{
    overflow-y: auto;
    overflow-x: hidden;
    padding: .5em; }
.tweet .tweet_list .tweet_even{
    background-color: #FAFAFA; }
.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; }
.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle; }