body{
        text-align: center;
        background-color: #ffffff;
        color: #777777;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        line-height: 150%;
}

a {
       color: #777777;
}


a:hover {
       color: #777777;
       text-decoration : none;
    background-color: #e1f0ff;

}

table{
        text-align: left;
        background-color: #ffffff;
        color: #777777;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        line-height: 150%;
}

.title{
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
}

.p
      {
         text-indent: 1em;
      }
