body { background-color: #ffffff;
  
}

a:link {text-decoration: none;
    color: #5599ff;
}

a:hover {text-decoration: none;
   color: #bd1a8d;
}

a:visited {text-decoration: none;
    color: #808080;
}

a:focus {text-decoration: none;
   outline:0;
}

a {cursor:crosshair;height:1px;
 
}

table {
border: solid 2px #e6e6e6;
}

td {
background: #f9f9f9;
} 

p { font-size: 10pt;
    font-family: arial;
    color: #c7804b; 
    text-align: center;
} 

