body {
    background-color: LightSkyBlue;
    color: #333333;
}

 img {
    height: 1em;
    width: 1em;
}
table {
    background: none repeat scroll 0 0 LightSkyBlue;
    border: thin outset #000000;
    border-collapse: collapse;
    line-height: 1.3em;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;

}

div#motion a img:hover {
    -padding-top: 0;
    opacity: 1;
    background-color: blank;
}