@charset "utf-8";
/* CSS Document */

#leaguetable {
	height: auto;
	width: 480px;
	float: left;
}
#livescoreleague {
	float: right;
	height: auto;
	width: 250px;
}
#livescore {
	float: right;
	height: 300px;
	width: 250px;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #800000;
	text-transform: uppercase;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
