/* retrovintagevinyl cookie */
@charset "utf-8";
body {
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: medium;
}
table {
  font-size: 85%;
}
p {
  color: white;
}
p a {
  color: white;
  text-decoration: underline;
}
p a:hover {
  color: white;
  text-decoration: none;
}