
body {
background-color: #B1F7FE;
margin-left: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
}

table {
background-color: #DCDCDC;
font-family:Arial, Helvetica, sans-serif ;
font-size:14px;
border:0px;
}

img {
border:0;
}

A {
          text-decoration: none;
     }
A:link
{
text-decoration:none;
color:#0403b7;

}
A:visited
{
text-decoration:none;
color:#0403b7;
}

A:hover
{
color:red;
text-decoration: underline ;
}