.sportlinks_table th, .sportlinks_table td {
	border : 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
	color: #444;
}


.sportlinks_table th {
	text-align: left;
	font-weight:bold;
	color:#333;
	width:340px;
	
}

.sportlinks_table td {
	padding-top: 2px;
	padding-bottom: 2px;
	color:#333333;
}

.sportlinks_table a:link, .sportlinks_table a:visited {
	color: navy;
	text-decoration:none;
}

.sportlinks_table a:hover {
	text-decoration:underline;
	
}

/* simplication */
.column1, .column2 {
    white-space: nowrap;
}

.odd {
        background-color: transparent;
}

.even {
        background-color: #E9ECEf;
}


