a:link, a:visited {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

#footer a:hover
{
	background-color: #0411BA;
}

body {
	background-color: #FF9933;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 775px;
	text-align: center;
	margin: auto;
}

.robot {
	margin: 80px 0 0 90px;
	float: left;
	width: 110px;
	height: 180px;
}

.text {
	margin: 10px 90px 0 225px;
	text-align: justify;
	background-color: #FFAA66;
	padding: 10px;
	font-size: small;
	
	-moz-box-shadow: 1px 1px 5px #FFF;
	-webkit-box-shadow: 1px 1px 5px #FFF;
	box-shadow: 1px 1px 5px #FFF;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.text a{
	color: #000;
	background: none;
	font-size: x-small;
	text-decoration: underline;
}

.text a:hover{
	color: #FFF;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#twitter_div {
	text-align: right;
}

#twitter_update_list {
	text-align: left;
}

#twitter_update_list li a {
	color: #000;
	background: none;
	font-size: x-small;
}

#twitter_update_list a:hover {
	color: #FFF;
}

#twitter_update_list li {
	text-align: left;
	padding: 7px;
}