body, ul {
	background-color: white;
	margin: 35px;
	list-style: none;	
}

a {
	color: white;
	background: black;	
	margin: 0px;
	text-decoration: none;
}

a:hover
{
	color: white;
	background: red;
	margin: 0px;
	
}


.twitter_div {
	font-family: 'AmbleLightCondensed', sans-serif;
	font-size: 60px;
	color: black;
	width: 100%;
	text-decoration: none;
	line-height: 105%;
	margin: -3px;
	
}


.headertext {
	margin: 0px 0px 0px 0px;
	font-family: 'AmbleLightCondensed', sans-serif; sans-serif;
	font-size: 30px;
	color: black;
	width: 100%;
	line-height: 120%;
	
}


.mediumtext {
	margin: 0px 0px 0px 0px;
	font-family: 'AmbleLightCondensed', sans-serif;
	font-size: 40px;
	color: black;
	width: 100%;
	line-height: 140%;
	margin: 0px;

}



.smalltext {
	margin: 0px 0px 0px 0px;
	font-family: 'AmbleLightCondensed', sans-serif;
	font-size: 18px;
	color: black;
	line-height: 140%;
	width: 50%;
	margin: 0px;
}


