/* CSS Document */html, body {  background-color: #ffffff; }body, table, td, span, p {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #005E87; letter-spacing: 0.5px; line-height: 18px; }.green { color: #96BF0D; }a {  text-decoration: underline;color: #005E87; }a:hover {  color: #96BF0D; text-decoration: underline; }