@charset "utf-8";
/* CSS Document */
body {
font-family: Verdana;
font-size: medium;
font-weight: lighter;
color: #FFFFFF;
cursor: default;
background:#000 url("/images/bg3.jpg") center repeat;
}
img {border:none;}
.style1 {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	}
#twitter_div {
	padding:0.625em;
	border:3px double #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
#twitter_div img {
	float:right;
	}
#twitter_update_list span {
	color: #666666;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: normal;
	line-height: 1.5em;
	font-family: 'Lucida Grande',sans-serif;
	}
#twitter_update_list a:link,a:visited,a:active {
	color: #999999;
	font-style: italic;
	text-decoration: none;
	font-size: 0.8em;
	font-family: georgia;
	white-space: nowrap;
	}
#twitter_update_list a:hover {
	color: #999999;
	font-style: italic;
	text-decoration: underline;
	font-size: 0.8em;
	font-family: georgia;
	white-space: nowrap;
	}

