@charset "utf-8";
/* CSS Document */

#twitter_div {
	position: absolute;
	width: 376px;
	overflow: auto;
	height: 70px;
}

ul#twitter_update_list {
	list-style: none;
	font-size: 11px;
	color:#fff
}
* {
padding:0;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background-color: #2e2e2e;
}

h1 {
	font-size: 18px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold

}
h2 {
	font-size: 14px;
	color: #000;
}
h3 {
	font-size: 18px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100

}
a:link {
	color: #969696;
	text-decoration: none;
}
a:visited {
	color: #979797;
	text-decoration: none;
}
a:hover {
	color: #FDCF22;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

-->