body, p, td, a { font-family: Arial, Helvetica, sans-serif;
}
body { background-color: #408080;
   color: white;
}
table { 
#   background-color: #408080;
   border-collapse: collapse;
   border: none;
   empty-cells: hide;
}
td { font-size: 10pt;
   text-align: center;
   align: center;
   vertical-align: center;
   padding:5px;
}
img { border: none;
}
a { color: white;
   text-decoration: none;
}
a:hover { text-decoration: underline;
}