a:link {
        text-decoration : none;
}
a:alink {
         text-decoration : none;
}
a:vlink {
         text-decoration : none;
}
a:hover {
         text-decoration : underline;
}
body {
      background-color : #FCFFC7;
      margin-top : 10px;
}
.td {
     border-left : 2px solid red;
     border-right : 2px solid red;
}