table.league {
    border-width: 2px;
    border-color: #DCDCDC;
    border-collapse: separate;
    background-color: #FCFCFF;
}

table.league tr {
    border-width: 1px;
    padding: 2px;
    border-color: #DCDCDC;
    text-align: center;
}

table.league td {
    border-width: 1px;
    padding: 2px;
    border-color: #DCDCDC;
}

table.league1 {
    width: 550;
    border-width: 2px;
    border-color: #DCDCDC;
    background-color: #FCFCFF;
    font-size  : 13px;
    border-bottom: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
}
table.league1 td {
    padding: 3px;
}
.t1 { 
    text-align: left;
    font-size: 12px;
    font-style: italic;
}
.tr1{ background-color: #E9E9E9; text-align: center; }
.tr2{ background-color: #FFFFFF; text-align: center; }
.tr3{ background-color: #E9E9E9; text-align: center; color: #6E6E6E; }
.tr4{ background-color: #FFFFFF; text-align: center; color: #6E6E6E; }

.td1{ width: 42%; text-align: right;  }
.td2{ width: 42%; text-align: left; }
.td3{ width: 42%; font-weight: bold; text-align: right; }
.td4{ width: 42%; font-weight: bold; text-align: left; }

a:link {
    text-decoration: none;
    color: black;
}
a:visited {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none; 
    color: blue;
}