/* css for style shhet */

html {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

body {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

    td { background-color:AliceBlue; }    
    td:hover { background-color:PaleGreen; color:Red}            