/* CSS Document */

#teams {
	position: relative;
	float: left;
	margin:0;
	padding:0;
	width: 450px;
}

#teams h1 {
	color: #8FB531;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
}

td {
	line-height: 100%;
	color: #8FB531;
}
