a img.hover {
    display: none;
}
a img.default {
    display: inherit;
}
a:hover img.hover {
    display: inherit;
}
a:hover img.default {
    display: none;
}


table.past {
background-color: #00B050;
margin-top: 15x;
margin-bottom: 15px;
margin-left: 15px; 
font-family: "Trebuchet MS", palatino, seriff;
color: #FFFF81;
border: 1px solid #203A6D;
}

table.past a:hover img {
border: 4px solid #FFDE75;
}

/* Winning percentage table */
.overall table {
border: solid 2px #000;
color: #030;
font-family: "trebuchet ms", palatino, seriff;
font-size: 17px;
}


.overall a {
text-decoration: none;
color: #030;
}


.overall a:hover {
color: #0000FF;
font-weight: bold;
}


table.overall table.div td {
padding-right: 5px;
padding-left: 5px;
}

table { border-collapse: 

collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { 

border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; 


}



