h2{
	margin: 0;
	font-size: 21px;
	line-height: 21px;
	color:#000000;
}
h3{
	margin: 0;
	font-size: 30px;
	line-height: 31px;
	color:#000000;
}
.span6 img{
	float: left;
	padding-right: 4px;
}
.marquee {  
  width: 100%;
  overflow: hidden;  
  background:#000000;
  color:white;
}
.live{
	color:#FFFF00;
}
.teams{
	font-size: 12px;
	line-height: 14px;
}
.teamwrapper{
	max-width: 280px;
	margin: 0 auto;
}
#maintext{
	margin:4px 0px 20px 0px;
}
.collected{
	color:#00a650;
	font-size: 42px;
	line-height: 46px;
	font-weight: bold;
	margin-top: 16px;
	text-align: center;
}
.contact{
	font-weight: bold;
	text-align: center;
	color:#00a650;
}
span.phone{
	color:black;
}
@media (max-width: 600px) {
	body{
		font-size: 15px;
	}
	.collected{
		font-size: 26px;
		line-height: 28px;
		text-align: center;
	}
}