
body {  
        color: #2b2b2b;
        font-size: 18px;
        margin: 0 0 0 20px;
	font-family: sans-serif; 
}       
a {     
        color: #1b1baa;
        text-decoration: none;
}       
a:hover {
        text-decoration: underline;
}               

#robot {
        font-size: 96px;
        font-weight: bold;
        font-family: 'Courier New', Courier, monospace;
}
#description {
        margin: 5px 0 10px 0;
        width: 600px;
}
#twitter_div {
        font-size: 14px;
        width: 600px;
}
#twitter_div ul {
        padding: 0;
        list-style-type: none;
}
#twitter_div ul li {
        margin-bottom: 10px;
}
#twitter_div h2 {
        color: #2b2b2b;
        font-size: 20px;
        font-weight: bold;
}
#twitter_div span a {
        color: #1b1baa;
}
#twitter_div a {
        color: #2b2b2b;
}
#loading {
	visibility: hidden;
	width:20px;
	height: 20px;
	background: url(loading.gif) center no-repeat;
}
