table {
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
}
td {
background: #bfb;
border-top: 1px solid #0f0;
border-left: 1px solid #0f0;
border-right: 1px solid #090;
border-bottom: 1px solid #090;
padding-right: 2px;
text-align: center;
}
th {
color: #fff;
background: #080;
border-top: 1px solid #6c6;
border-left: 1px solid #6c6;
border-right: 1px solid #050;
border-bottom: 1px solid #050;
text-align: center;
}
.name {text-align: left;}
.2009 {font-weight: bold;}



#position {
    width: 25px;
}
#team {
    width: 210px;
    text-align: left;
}
#played {
    width: 35px;
}
#won {
    width: 30px;
}
#drawn {
    width: 30px;
}
#lost {
    width: 30px;
}
#for {
    width: 35px;
}
#against {
    width: 35px;
}
#points {
    width: 35px;
}
#goalDifference {
    width: 35px;
}
#notes {
    width: 35px;
}
.deduction {
    color:#f00;
}
