body {
    background: white;
    font-size: 12px;
    font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;
    color: black;
    text-align: left;
}

.style {
    font-size: 12px;
    font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.cell {
    background: white;
}

A:link      {    color: Blue; text-decoration: none     }
A:visited   { color: Blue; text-decoration: none        }
A:hover     {   color: SkyBlue; text-decoration: none   }