#leaguetable {
width: 350px;
height: 300px;
font-size: 12px;
border-collapse: collapse;
background-color: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

#leaguetable th {
color: #00295d;
border-bottom:#80BDE9 2px solid;
margin:0;
text-align: left;
text-transform: uppercase;
}

#leaguetable td {
border-bottom:#80BDE9 1px solid;
}

#leaguetable td.highlight{
background-color: none;
border-bottom:#80BDE9 1px solid;
font-weight:bold;
color:#00295d;
}