a:link {
        text-decoration : none;
        color : blue;
}
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;
}
h1 {
    font-family : Tahoma, Arial;
    font-weight : bold;
    font-size : 48px;
    color : #FFFFFF; 
}
h2 {
    font-family : Tahoma, Arial;
    font-weight : bold;
    font-size : 24px;
    color : #0000CC; 
}