body, ul {
	background-color: #FFFFFF;
	margin: 40px;
	list-style: none;	
}

.greeny {
	color:#33cc00
	}

a {
	color: #33cc00;
	margin: 10px;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	background: #33cc00;
}


.twitter_div {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 72px;
	color: #000000;
	width: 740px;
	text-decoration: none;
	font-style: italic;	
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align:left;
	list-style-type: none;
	font-style: normal;
}

#footer {
	position:absolute; bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-bottom:20px;

}
.smalltext li {
	list-style-type: none;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	text-decoration:none;
	font-style: normal;
}
::-moz-selection
{
background:#33cc00;
color:#fff;
}
 
::selection 
{
background:#33cc00;
color:#fff;
}

