body {
  color : black;
  background : white;
}
:link, :visited {
  color: blue;
  background: white;
  text-decoration: none;
}
/*:link { }*/
:visited { color: purple; }
:link:hover, :visited:hover { background: #ccc; }
:link:active, :visited:active { color: fuchsia; background: #ccc; }

table.Default {
  border-width : 0;
  border-style : none;
  border-color : inherit;
  width : 100%;
  vertical-align: middle;
  text-align : left;
}
td.footerimages { width: 300px; }
p.Title {
  font-weight : bold; 
  text-align : center;
  font-family: times-new-roman, sans-serif;
}
p.Text { font-family: times-new-roman, sans-serif; }
p.Address { font-family: times-new-roman, sans-serif; }
