/**************************************/
/**  teamindex.css                   **/
/**************************************/

/*----------------------------*/
.maintitle{
	margin-left: 10px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.leaguecl{
	padding-bottom: 5px;
	color: mediumseagreen;
	font-size: 16px;
	font-weight: bold;
}
.leaguecl A{
	color: mediumseagreen;
	text-decoration: none;
}
.leaguecl A:hover{
	color: orange;
	text-decoration: underline;
}
.leaguepl{
	padding-bottom: 5px;
	color: royalblue;
	font-size: 16px;
	font-weight: bold;
}
.leaguepl A{
	color: royalblue;
	text-decoration: none;
}
.leaguepl A:hover{
	color: orange;
	text-decoration: underline;
}
.goContent{
	padding-top: 2px;
	padding-left: 10px;
}

/*----------------------------*/

